Show / Hide Table of Contents

Class CfnTransitGatewayMulticastGroupMember

Registers members (network interfaces) with the transit gateway multicast group.

Inheritance
object
CfnElement
CfnRefElement
CfnResource
CfnTransitGatewayMulticastGroupMember
Implements
IInspectable
Inherited Members
CfnResource.IsCfnResource(object)
CfnResource.AddDeletionOverride(string)
CfnResource.AddDependency(CfnResource)
CfnResource.AddDependsOn(CfnResource)
CfnResource.AddMetadata(string, object)
CfnResource.AddOverride(string, object)
CfnResource.AddPropertyDeletionOverride(string)
CfnResource.AddPropertyOverride(string, object)
CfnResource.ApplyRemovalPolicy(RemovalPolicy?, IRemovalPolicyOptions)
CfnResource.GetAtt(string, ResolutionTypeHint?)
CfnResource.GetMetadata(string)
CfnResource.ObtainDependencies()
CfnResource.ObtainResourceDependencies()
CfnResource.RemoveDependency(CfnResource)
CfnResource.ReplaceDependency(CfnResource, CfnResource)
CfnResource.ShouldSynthesize()
CfnResource.ToString()
CfnResource.ValidateProperties(object)
CfnResource.CfnOptions
CfnResource.CfnResourceType
CfnResource.UpdatedProperites
CfnResource.UpdatedProperties
CfnRefElement.Ref
CfnElement.IsCfnElement(object)
CfnElement.OverrideLogicalId(string)
CfnElement.CreationStack
CfnElement.LogicalId
CfnElement.Stack
Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnTransitGatewayMulticastGroupMember : CfnResource, IInspectable
Syntax (vb)
Public Class CfnTransitGatewayMulticastGroupMember Inherits CfnResource Implements IInspectable
Remarks

A member is a network interface associated with a supported EC2 instance that receives multicast traffic. For information about supported instances, see Multicast Consideration in Amazon VPC Transit Gateways .

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

CloudformationResource: AWS::EC2::TransitGatewayMulticastGroupMember

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 cfnTransitGatewayMulticastGroupMember = new CfnTransitGatewayMulticastGroupMember(this, "MyCfnTransitGatewayMulticastGroupMember", new CfnTransitGatewayMulticastGroupMemberProps {
                 GroupIpAddress = "groupIpAddress",
                 NetworkInterfaceId = "networkInterfaceId",
                 TransitGatewayMulticastDomainId = "transitGatewayMulticastDomainId"
             });

Synopsis

Constructors

CfnTransitGatewayMulticastGroupMember(Construct, string, ICfnTransitGatewayMulticastGroupMemberProps)

Registers members (network interfaces) with the transit gateway multicast group.

Properties

AttrGroupMember

Information about the registered transit gateway multicast domain group members.

AttrGroupSource

Indicates that the resource is a transit gateway multicast domain group member.

AttrMemberType

The type of group member, for example static.

AttrResourceId

The ID of the resource.

AttrResourceType

The type of resource, for example a VPC attachment.

AttrSourceType

Registers members (network interfaces) with the transit gateway multicast group.

AttrSubnetId

The ID of the subnet.

AttrTransitGatewayAttachmentId

The ID of the transit gateway attachment.

CFN_RESOURCE_TYPE_NAME

The CloudFormation resource type name for this resource class.

CfnProperties

Registers members (network interfaces) with the transit gateway multicast group.

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.

Methods

Inspect(TreeInspector)

Examines the CloudFormation resource and discloses attributes.

RenderProperties(IDictionary<string, object>)

Registers members (network interfaces) with the transit gateway multicast group.

Constructors

CfnTransitGatewayMulticastGroupMember(Construct, string, ICfnTransitGatewayMulticastGroupMemberProps)

Registers members (network interfaces) with the transit gateway multicast group.

public CfnTransitGatewayMulticastGroupMember(Construct scope, string id, ICfnTransitGatewayMulticastGroupMemberProps props)
Parameters
scope Construct

Scope in which this resource is defined.

id string

Construct identifier for this resource (unique in its scope).

props ICfnTransitGatewayMulticastGroupMemberProps

Resource properties.

Remarks

A member is a network interface associated with a supported EC2 instance that receives multicast traffic. For information about supported instances, see Multicast Consideration in Amazon VPC Transit Gateways .

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

CloudformationResource: AWS::EC2::TransitGatewayMulticastGroupMember

ExampleMetadata: fixture=_generated

Properties

AttrGroupMember

Information about the registered transit gateway multicast domain group members.

public virtual IResolvable AttrGroupMember { get; }
Property Value

IResolvable

Remarks

CloudformationAttribute: GroupMember

AttrGroupSource

Indicates that the resource is a transit gateway multicast domain group member.

public virtual IResolvable AttrGroupSource { get; }
Property Value

IResolvable

Remarks

CloudformationAttribute: GroupSource

AttrMemberType

The type of group member, for example static.

public virtual string AttrMemberType { get; }
Property Value

string

Remarks

CloudformationAttribute: MemberType

AttrResourceId

The ID of the resource.

public virtual string AttrResourceId { get; }
Property Value

string

Remarks

CloudformationAttribute: ResourceId

AttrResourceType

The type of resource, for example a VPC attachment.

public virtual string AttrResourceType { get; }
Property Value

string

Remarks

CloudformationAttribute: ResourceType

AttrSourceType

Registers members (network interfaces) with the transit gateway multicast group.

public virtual string AttrSourceType { get; }
Property Value

string

Remarks

CloudformationAttribute: SourceType

AttrSubnetId

The ID of the subnet.

public virtual string AttrSubnetId { get; }
Property Value

string

Remarks

CloudformationAttribute: SubnetId

AttrTransitGatewayAttachmentId

The ID of the transit gateway attachment.

public virtual string AttrTransitGatewayAttachmentId { get; }
Property Value

string

Remarks

CloudformationAttribute: TransitGatewayAttachmentId

CFN_RESOURCE_TYPE_NAME

The CloudFormation resource type name for this resource class.

public static string CFN_RESOURCE_TYPE_NAME { get; }
Property Value

string

Remarks

A member is a network interface associated with a supported EC2 instance that receives multicast traffic. For information about supported instances, see Multicast Consideration in Amazon VPC Transit Gateways .

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

CloudformationResource: AWS::EC2::TransitGatewayMulticastGroupMember

ExampleMetadata: fixture=_generated

CfnProperties

Registers members (network interfaces) with the transit gateway multicast group.

protected override IDictionary<string, object> CfnProperties { get; }
Property Value

IDictionary<string, object>

Overrides
CfnResource.CfnProperties
Remarks

A member is a network interface associated with a supported EC2 instance that receives multicast traffic. For information about supported instances, see Multicast Consideration in Amazon VPC Transit Gateways .

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

CloudformationResource: AWS::EC2::TransitGatewayMulticastGroupMember

ExampleMetadata: fixture=_generated

GroupIpAddress

The IP address assigned to the transit gateway multicast group.

public virtual string GroupIpAddress { get; set; }
Property Value

string

Remarks

A member is a network interface associated with a supported EC2 instance that receives multicast traffic. For information about supported instances, see Multicast Consideration in Amazon VPC Transit Gateways .

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

CloudformationResource: AWS::EC2::TransitGatewayMulticastGroupMember

ExampleMetadata: fixture=_generated

NetworkInterfaceId

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

public virtual string NetworkInterfaceId { get; set; }
Property Value

string

Remarks

A member is a network interface associated with a supported EC2 instance that receives multicast traffic. For information about supported instances, see Multicast Consideration in Amazon VPC Transit Gateways .

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

CloudformationResource: AWS::EC2::TransitGatewayMulticastGroupMember

ExampleMetadata: fixture=_generated

TransitGatewayMulticastDomainId

The ID of the transit gateway multicast domain.

public virtual string TransitGatewayMulticastDomainId { get; set; }
Property Value

string

Remarks

A member is a network interface associated with a supported EC2 instance that receives multicast traffic. For information about supported instances, see Multicast Consideration in Amazon VPC Transit Gateways .

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

CloudformationResource: AWS::EC2::TransitGatewayMulticastGroupMember

ExampleMetadata: fixture=_generated

Methods

Inspect(TreeInspector)

Examines the CloudFormation resource and discloses attributes.

public virtual void Inspect(TreeInspector inspector)
Parameters
inspector TreeInspector

tree inspector to collect and process attributes.

Remarks

A member is a network interface associated with a supported EC2 instance that receives multicast traffic. For information about supported instances, see Multicast Consideration in Amazon VPC Transit Gateways .

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

CloudformationResource: AWS::EC2::TransitGatewayMulticastGroupMember

ExampleMetadata: fixture=_generated

RenderProperties(IDictionary<string, object>)

Registers members (network interfaces) with the transit gateway multicast group.

protected override IDictionary<string, object> RenderProperties(IDictionary<string, object> props)
Parameters
props IDictionary<string, object>
Returns

IDictionary<string, object>

Overrides
CfnResource.RenderProperties(IDictionary<string, object>)
Remarks

A member is a network interface associated with a supported EC2 instance that receives multicast traffic. For information about supported instances, see Multicast Consideration in Amazon VPC Transit Gateways .

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

CloudformationResource: AWS::EC2::TransitGatewayMulticastGroupMember

ExampleMetadata: fixture=_generated

Implements

IInspectable
Back to top Generated by DocFX