Show / Hide Table of Contents

Interface ICfnTransitGatewayMulticastGroupMemberProps

Properties for defining a CfnTransitGatewayMulticastGroupMember.

Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.AWS.EC2.dll
Syntax (csharp)
public interface ICfnTransitGatewayMulticastGroupMemberProps
Syntax (vb)
Public Interface ICfnTransitGatewayMulticastGroupMemberProps
Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewaymulticastgroupmember.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.EC2;

CfnTransitGatewayMulticastGroupMemberProps cfnTransitGatewayMulticastGroupMemberProps = new CfnTransitGatewayMulticastGroupMemberProps {
    GroupIpAddress = "groupIpAddress",
    NetworkInterfaceId = "networkInterfaceId",
    TransitGatewayMulticastDomainId = "transitGatewayMulticastDomainId"
};

Synopsis

Properties

GroupIpAddress

The IP address assigned to the transit gateway multicast group.

NetworkInterfaceId

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

TransitGatewayMulticastDomainId

The ID of the transit gateway multicast domain.

Properties

GroupIpAddress

The IP address assigned to the transit gateway multicast group.

string GroupIpAddress { get; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewaymulticastgroupmember.html#cfn-ec2-transitgatewaymulticastgroupmember-groupipaddress

NetworkInterfaceId

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

string NetworkInterfaceId { get; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewaymulticastgroupmember.html#cfn-ec2-transitgatewaymulticastgroupmember-networkinterfaceid

TransitGatewayMulticastDomainId

The ID of the transit gateway multicast domain.

string TransitGatewayMulticastDomainId { get; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewaymulticastgroupmember.html#cfn-ec2-transitgatewaymulticastgroupmember-transitgatewaymulticastdomainid

Back to top Generated by DocFX