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: