@Generated(value="jsii-pacmak/1.58.0 (build f8ba112)",
date="2022-05-13T01:13:32.678Z")
public interface CfnTransitGatewayMulticastDomainAssociationProps
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();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnTransitGatewayMulticastDomainAssociationProps.Builder
A builder for
CfnTransitGatewayMulticastDomainAssociationProps |
static class |
CfnTransitGatewayMulticastDomainAssociationProps.Jsii$Proxy
An implementation for
CfnTransitGatewayMulticastDomainAssociationProps |
Modifier and Type | Method and Description |
---|---|
static CfnTransitGatewayMulticastDomainAssociationProps.Builder |
builder() |
java.lang.String |
getSubnetId()
The IDs of the subnets to associate with the transit gateway multicast domain.
|
java.lang.String |
getTransitGatewayAttachmentId()
The ID of the transit gateway attachment.
|
java.lang.String |
getTransitGatewayMulticastDomainId()
The ID of the transit gateway multicast domain.
|
java.lang.String getSubnetId()
java.lang.String getTransitGatewayAttachmentId()
java.lang.String getTransitGatewayMulticastDomainId()
static CfnTransitGatewayMulticastDomainAssociationProps.Builder builder()