Interface CfnTransitGatewayMulticastDomainMixinProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnTransitGatewayMulticastDomainMixinProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.127.0 (build 2117ad5)",
date="2026-03-11T13:19:58.722Z")
@Stability(Stable)
public interface CfnTransitGatewayMulticastDomainMixinProps
extends software.amazon.jsii.JsiiSerializable
Properties for CfnTransitGatewayMulticastDomainPropsMixin.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.ec2.*;
Object options;
CfnTransitGatewayMulticastDomainMixinProps cfnTransitGatewayMulticastDomainMixinProps = CfnTransitGatewayMulticastDomainMixinProps.builder()
.options(options)
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.transitGatewayId("transitGatewayId")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnTransitGatewayMulticastDomainMixinPropsstatic final classAn implementation forCfnTransitGatewayMulticastDomainMixinProps -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getOptions
The options for the transit gateway multicast domain.- AutoAcceptSharedAssociations (enable | disable)
- Igmpv2Support (enable | disable)
- StaticSourcesSupport (enable | disable)
- See Also:
-
getTags
The tags for the transit gateway multicast domain.- See Also:
-
getTransitGatewayId
The ID of the transit gateway.- See Also:
-
builder
-