aws-cdk-lib.aws_ec2.CfnTransitGatewayMulticastDomainProps

interface CfnTransitGatewayMulticastDomainProps

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

Properties for defining a CfnTransitGatewayMulticastDomain.

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';

declare const options: any;
const cfnTransitGatewayMulticastDomainProps: ec2.CfnTransitGatewayMulticastDomainProps = {
  transitGatewayId: 'transitGatewayId',

  // the properties below are optional
  options: options,
  tags: [{
    key: 'key',
    value: 'value',
  }],
};

Properties

NameTypeDescription
transitGatewayIdstringThe ID of the transit gateway.
options?anyThe options for the transit gateway multicast domain.
tags?CfnTag[]The tags for the transit gateway multicast domain.

transitGatewayId

Type: string

The ID of the transit gateway.


options?

Type: any (optional)

The options for the transit gateway multicast domain.

  • AutoAcceptSharedAssociations (enable | disable)
  • Igmpv2Support (enable | disable)
  • StaticSourcesSupport (enable | disable)

tags?

Type: CfnTag[] (optional)

The tags for the transit gateway multicast domain.