interface TransitGatewayMulticastGroupSourceReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.EC2.TransitGatewayMulticastGroupSourceReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsec2#TransitGatewayMulticastGroupSourceReference |
![]() | software.amazon.awscdk.services.ec2.TransitGatewayMulticastGroupSourceReference |
![]() | aws_cdk.aws_ec2.TransitGatewayMulticastGroupSourceReference |
![]() | aws-cdk-lib » aws_ec2 » TransitGatewayMulticastGroupSourceReference |
A reference to a TransitGatewayMulticastGroupSource resource.
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 transitGatewayMulticastGroupSourceReference: ec2.TransitGatewayMulticastGroupSourceReference = {
groupIpAddress: 'groupIpAddress',
networkInterfaceId: 'networkInterfaceId',
transitGatewayMulticastDomainId: 'transitGatewayMulticastDomainId',
};
Properties
Name | Type | Description |
---|---|---|
group | string | The GroupIpAddress of the TransitGatewayMulticastGroupSource resource. |
network | string | The NetworkInterfaceId of the TransitGatewayMulticastGroupSource resource. |
transit | string | The TransitGatewayMulticastDomainId of the TransitGatewayMulticastGroupSource resource. |
groupIpAddress
Type:
string
The GroupIpAddress of the TransitGatewayMulticastGroupSource resource.
networkInterfaceId
Type:
string
The NetworkInterfaceId of the TransitGatewayMulticastGroupSource resource.
transitGatewayMulticastDomainId
Type:
string
The TransitGatewayMulticastDomainId of the TransitGatewayMulticastGroupSource resource.