@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:38.359Z") @Stability(value=Stable) public interface CfnTransitGatewayMulticastDomainAssociationProps extends software.amazon.jsii.JsiiSerializable
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() |
String |
getSubnetId()
The IDs of the subnets to associate with the transit gateway multicast domain.
|
String |
getTransitGatewayAttachmentId()
The ID of the transit gateway attachment.
|
String |
getTransitGatewayMulticastDomainId()
The ID of the transit gateway multicast domain.
|
@Stability(value=Stable) @NotNull String getSubnetId()
@Stability(value=Stable) @NotNull String getTransitGatewayAttachmentId()
@Stability(value=Stable) @NotNull String getTransitGatewayMulticastDomainId()
@Stability(value=Stable) static CfnTransitGatewayMulticastDomainAssociationProps.Builder builder()
Copyright © 2022. All rights reserved.