aws-cdk-lib.aws_ec2.CfnTransitGatewayMulticastDomainAssociationProps

interface CfnTransitGatewayMulticastDomainAssociationProps

LanguageType name
.NETAmazon.CDK.AWS.EC2.CfnTransitGatewayMulticastDomainAssociationProps
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsec2#CfnTransitGatewayMulticastDomainAssociationProps
Javasoftware.amazon.awscdk.services.ec2.CfnTransitGatewayMulticastDomainAssociationProps
Pythonaws_cdk.aws_ec2.CfnTransitGatewayMulticastDomainAssociationProps
TypeScript aws-cdk-lib » aws_ec2 » CfnTransitGatewayMulticastDomainAssociationProps

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 { aws_ec2 as ec2 } from 'aws-cdk-lib';
const cfnTransitGatewayMulticastDomainAssociationProps: ec2.CfnTransitGatewayMulticastDomainAssociationProps = {
  subnetId: 'subnetId',
  transitGatewayAttachmentId: 'transitGatewayAttachmentId',
  transitGatewayMulticastDomainId: 'transitGatewayMulticastDomainId',
};

Properties

NameTypeDescription
subnetIdstringThe IDs of the subnets to associate with the transit gateway multicast domain.
transitGatewayAttachmentIdstringThe ID of the transit gateway attachment.
transitGatewayMulticastDomainIdstringThe ID of the transit gateway multicast domain.

subnetId

Type: string

The IDs of the subnets to associate with the transit gateway multicast domain.


transitGatewayAttachmentId

Type: string

The ID of the transit gateway attachment.


transitGatewayMulticastDomainId

Type: string

The ID of the transit gateway multicast domain.