aws-cdk-lib.aws_ec2.CfnTransitGatewayMulticastDomain.OptionsProperty

interface OptionsProperty

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

The options for the transit gateway multicast domain.

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 optionsProperty: ec2.CfnTransitGatewayMulticastDomain.OptionsProperty = {
  autoAcceptSharedAssociations: 'autoAcceptSharedAssociations',
  igmpv2Support: 'igmpv2Support',
  staticSourcesSupport: 'staticSourcesSupport',
};

Properties

NameTypeDescription
autoAcceptSharedAssociations?stringIndicates whether to automatically accept cross-account subnet associations that are associated with the transit gateway multicast domain.
igmpv2Support?stringSpecify whether to enable Internet Group Management Protocol (IGMP) version 2 for the transit gateway multicast domain.
staticSourcesSupport?stringSpecify whether to enable support for statically configuring multicast group sources for a domain.

autoAcceptSharedAssociations?

Type: string (optional)

Indicates whether to automatically accept cross-account subnet associations that are associated with the transit gateway multicast domain.


igmpv2Support?

Type: string (optional)

Specify whether to enable Internet Group Management Protocol (IGMP) version 2 for the transit gateway multicast domain.


staticSourcesSupport?

Type: string (optional)

Specify whether to enable support for statically configuring multicast group sources for a domain.