Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewaymulticastdomainassociation.html

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewaymulticastdomainassociation.html#cfn-ec2-transitgatewaymulticastdomainassociation-subnetid

TransitGatewayAttachmentId

The ID of the transit gateway attachment.

string TransitGatewayAttachmentId { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewaymulticastdomainassociation.html#cfn-ec2-transitgatewaymulticastdomainassociation-transitgatewayattachmentid

TransitGatewayMulticastDomainId

The ID of the transit gateway multicast domain.

string TransitGatewayMulticastDomainId { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewaymulticastdomainassociation.html#cfn-ec2-transitgatewaymulticastdomainassociation-transitgatewaymulticastdomainid

Back to top Generated by DocFX