aws-cdk-lib.aws_ec2.CfnTransitGatewayMulticastGroupSourceProps

interface CfnTransitGatewayMulticastGroupSourceProps

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

Properties for defining a CfnTransitGatewayMulticastGroupSource.

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 cfnTransitGatewayMulticastGroupSourceProps: ec2.CfnTransitGatewayMulticastGroupSourceProps = {
  groupIpAddress: 'groupIpAddress',
  networkInterfaceId: 'networkInterfaceId',
  transitGatewayMulticastDomainId: 'transitGatewayMulticastDomainId',
};

Properties

NameTypeDescription
groupIpAddressstringThe IP address assigned to the transit gateway multicast group.
networkInterfaceIdstringThe group sources' network interface IDs to register with the transit gateway multicast group.
transitGatewayMulticastDomainIdstringThe ID of the transit gateway multicast domain.

groupIpAddress

Type: string

The IP address assigned to the transit gateway multicast group.


networkInterfaceId

Type: string

The group sources' network interface IDs to register with the transit gateway multicast group.


transitGatewayMulticastDomainId

Type: string

The ID of the transit gateway multicast domain.