Interface CfnTransitGatewayMulticastDomain.OptionsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnTransitGatewayMulticastDomain.OptionsProperty.Jsii$Proxy
- Enclosing class:
CfnTransitGatewayMulticastDomain
@Stability(Stable)
public static interface CfnTransitGatewayMulticastDomain.OptionsProperty
extends software.amazon.jsii.JsiiSerializable
The options for the transit gateway multicast domain.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.ec2.*;
OptionsProperty optionsProperty = OptionsProperty.builder()
.autoAcceptSharedAssociations("autoAcceptSharedAssociations")
.igmpv2Support("igmpv2Support")
.staticSourcesSupport("staticSourcesSupport")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnTransitGatewayMulticastDomain.OptionsPropertystatic final classAn implementation forCfnTransitGatewayMulticastDomain.OptionsProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default StringIndicates whether to automatically accept cross-account subnet associations that are associated with the transit gateway multicast domain.default StringSpecify whether to enable Internet Group Management Protocol (IGMP) version 2 for the transit gateway multicast domain.default StringSpecify whether to enable support for statically configuring multicast group sources for a domain.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getIgmpv2Support
Specify whether to enable Internet Group Management Protocol (IGMP) version 2 for the transit gateway multicast domain.- See Also:
-
getStaticSourcesSupport
Specify whether to enable support for statically configuring multicast group sources for a domain.- See Also:
-
builder