Show / Hide Table of Contents

Class CfnTransitGatewayMulticastGroupSourceProps

Properties for defining a CfnTransitGatewayMulticastGroupSource.

Inheritance
object
CfnTransitGatewayMulticastGroupSourceProps
Implements
ICfnTransitGatewayMulticastGroupSourceProps
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnTransitGatewayMulticastGroupSourceProps : ICfnTransitGatewayMulticastGroupSourceProps
Syntax (vb)
Public Class CfnTransitGatewayMulticastGroupSourceProps Implements ICfnTransitGatewayMulticastGroupSourceProps
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewaymulticastgroupsource.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;

             var cfnTransitGatewayMulticastGroupSourceProps = new CfnTransitGatewayMulticastGroupSourceProps {
                 GroupIpAddress = "groupIpAddress",
                 NetworkInterfaceId = "networkInterfaceId",
                 TransitGatewayMulticastDomainId = "transitGatewayMulticastDomainId"
             };

Synopsis

Constructors

CfnTransitGatewayMulticastGroupSourceProps()

Properties for defining a CfnTransitGatewayMulticastGroupSource.

Properties

GroupIpAddress

The IP address assigned to the transit gateway multicast group.

NetworkInterfaceId

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

TransitGatewayMulticastDomainId

The ID of the transit gateway multicast domain.

Constructors

CfnTransitGatewayMulticastGroupSourceProps()

Properties for defining a CfnTransitGatewayMulticastGroupSource.

public CfnTransitGatewayMulticastGroupSourceProps()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewaymulticastgroupsource.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;

             var cfnTransitGatewayMulticastGroupSourceProps = new CfnTransitGatewayMulticastGroupSourceProps {
                 GroupIpAddress = "groupIpAddress",
                 NetworkInterfaceId = "networkInterfaceId",
                 TransitGatewayMulticastDomainId = "transitGatewayMulticastDomainId"
             };

Properties

GroupIpAddress

The IP address assigned to the transit gateway multicast group.

public string GroupIpAddress { get; set; }
Property Value

string

Remarks

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

NetworkInterfaceId

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

public string NetworkInterfaceId { get; set; }
Property Value

string

Remarks

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

TransitGatewayMulticastDomainId

The ID of the transit gateway multicast domain.

public string TransitGatewayMulticastDomainId { get; set; }
Property Value

string

Remarks

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

Implements

ICfnTransitGatewayMulticastGroupSourceProps
Back to top Generated by DocFX