Interface CfnTransitGatewayMulticastDomainAssociationProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnTransitGatewayMulticastDomainAssociationProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
date="2023-06-19T16:30:39.099Z")
@Stability(Stable)
public interface CfnTransitGatewayMulticastDomainAssociationProps
extends software.amazon.jsii.JsiiSerializable
Properties for defining a
CfnTransitGatewayMulticastDomainAssociation
.
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.*; CfnTransitGatewayMulticastDomainAssociationProps cfnTransitGatewayMulticastDomainAssociationProps = CfnTransitGatewayMulticastDomainAssociationProps.builder() .subnetId("subnetId") .transitGatewayAttachmentId("transitGatewayAttachmentId") .transitGatewayMulticastDomainId("transitGatewayMulticastDomainId") .build();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnTransitGatewayMulticastDomainAssociationProps
static final class
An implementation forCfnTransitGatewayMulticastDomainAssociationProps
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
The IDs of the subnets to associate with the transit gateway multicast domain.The ID of the transit gateway attachment.The ID of the transit gateway multicast domain.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getSubnetId
The IDs of the subnets to associate with the transit gateway multicast domain. -
getTransitGatewayAttachmentId
The ID of the transit gateway attachment. -
getTransitGatewayMulticastDomainId
The ID of the transit gateway multicast domain. -
builder
-