Class CfnTransitGatewayMulticastGroupMember
Registers members (network interfaces) with the transit gateway multicast group.
Implements
Inherited Members
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 .
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 .
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
Remarks
CloudformationAttribute: GroupMember
AttrGroupSource
Indicates that the resource is a transit gateway multicast domain group member.
public virtual IResolvable AttrGroupSource { get; }
Property Value
Remarks
CloudformationAttribute: GroupSource
AttrMemberType
The type of group member, for example static.
public virtual string AttrMemberType { get; }
Property Value
Remarks
CloudformationAttribute: MemberType
AttrResourceId
The ID of the resource.
public virtual string AttrResourceId { get; }
Property Value
Remarks
CloudformationAttribute: ResourceId
AttrResourceType
The type of resource, for example a VPC attachment.
public virtual string AttrResourceType { get; }
Property Value
Remarks
CloudformationAttribute: ResourceType
AttrSourceType
Registers members (network interfaces) with the transit gateway multicast group.
public virtual string AttrSourceType { get; }
Property Value
Remarks
CloudformationAttribute: SourceType
AttrSubnetId
The ID of the subnet.
public virtual string AttrSubnetId { get; }
Property Value
Remarks
CloudformationAttribute: SubnetId
AttrTransitGatewayAttachmentId
The ID of the transit gateway attachment.
public virtual string AttrTransitGatewayAttachmentId { get; }
Property Value
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
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 .
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
Overrides
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 .
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
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 .
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
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 .
CloudformationResource: AWS::EC2::TransitGatewayMulticastGroupMember
ExampleMetadata: fixture=_generated
TransitGatewayMulticastDomainId
The ID of the transit gateway multicast domain.
public virtual string TransitGatewayMulticastDomainId { get; set; }
Property Value
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 .
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 .
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
Overrides
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 .
CloudformationResource: AWS::EC2::TransitGatewayMulticastGroupMember
ExampleMetadata: fixture=_generated