Show / Hide Table of Contents

Interface ICfnTransitGatewayMulticastGroupMemberMixinProps

Properties for CfnTransitGatewayMulticastGroupMemberPropsMixin.

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

See: 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.Mixins.Preview.AWS.EC2.Mixins;

             var cfnTransitGatewayMulticastGroupMemberMixinProps = new CfnTransitGatewayMulticastGroupMemberMixinProps {
                 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

string

Remarks

See: 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

string

Remarks

See: 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

string

Remarks

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

Back to top Generated by DocFX