aws-cdk-lib.aws_ec2.CfnTransitGatewayMulticastGroupMemberProps

interface CfnTransitGatewayMulticastGroupMemberProps

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

Properties for defining a CfnTransitGatewayMulticastGroupMember.

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

Properties

NameTypeDescription
groupIpAddressstringThe IP address assigned to the transit gateway multicast group.
networkInterfaceIdstringThe group members' 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 members' network interface IDs to register with the transit gateway multicast group.


transitGatewayMulticastDomainId

Type: string

The ID of the transit gateway multicast domain.