Interface ICfnTransitGatewayMulticastDomainAssociationProps
Properties for defining a CfnTransitGatewayMulticastDomainAssociation.
Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ICfnTransitGatewayMulticastDomainAssociationProps
Syntax (vb)
Public Interface ICfnTransitGatewayMulticastDomainAssociationProps
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.EC2;
var cfnTransitGatewayMulticastDomainAssociationProps = new CfnTransitGatewayMulticastDomainAssociationProps {
SubnetId = "subnetId",
TransitGatewayAttachmentId = "transitGatewayAttachmentId",
TransitGatewayMulticastDomainId = "transitGatewayMulticastDomainId"
};
Synopsis
Properties
| SubnetId | The IDs of the subnets to associate with the transit gateway multicast domain. |
| TransitGatewayAttachmentId | The ID of the transit gateway attachment. |
| TransitGatewayMulticastDomainId | The ID of the transit gateway multicast domain. |
Properties
SubnetId
The IDs of the subnets to associate with the transit gateway multicast domain.
string SubnetId { get; }
Property Value
Remarks
TransitGatewayAttachmentId
The ID of the transit gateway attachment.
string TransitGatewayAttachmentId { get; }
Property Value
Remarks
TransitGatewayMulticastDomainId
The ID of the transit gateway multicast domain.
string TransitGatewayMulticastDomainId { get; }