Class CfnTransitGatewayMulticastGroupMember
Registers members (network interfaces) with the transit gateway multicast group.
Inheritance
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
Cfn |
Used by jsii to construct an instance of this class from a Javascript-owned object reference |
Cfn |
Used by jsii to construct an instance of this class from DeputyProps |
Cfn |
Properties
Attr |
Information about the registered transit gateway multicast domain group members. |
Attr |
Indicates that the resource is a transit gateway multicast domain group member. |
Attr |
The type of group member, for example static. |
Attr |
The ID of the resource. |
Attr |
The type of resource, for example a VPC attachment. |
Attr |
|
Attr |
The ID of the subnet. |
Attr |
The ID of the transit gateway attachment. |
CFN_RESOURCE_TYPE_NAME | The CloudFormation resource type name for this resource class. |
Cfn |
|
Group |
The IP address assigned to the transit gateway multicast group. |
Network |
The group members' network interface IDs to register with the transit gateway multicast group. |
Transit |
The ID of the transit gateway multicast domain. |
Methods
Inspect(Tree |
Examines the CloudFormation resource and discloses attributes. |
RenderProperties(IDictionary<String, Object>) |
Constructors
CfnTransitGatewayMulticastGroupMember(ByRefValue)
Used by jsii to construct an instance of this class from a Javascript-owned object reference
protected CfnTransitGatewayMulticastGroupMember(ByRefValue reference)
Parameters
- reference Amazon.
JSII. Runtime. Deputy. By Ref Value The Javascript-owned object reference
CfnTransitGatewayMulticastGroupMember(DeputyBase.DeputyProps)
Used by jsii to construct an instance of this class from DeputyProps
protected CfnTransitGatewayMulticastGroupMember(DeputyBase.DeputyProps props)
Parameters
- props Amazon.
JSII. Runtime. Deputy. Deputy Base. Deputy Props The deputy props
CfnTransitGatewayMulticastGroupMember(Construct, String, ICfnTransitGatewayMulticastGroupMemberProps)
public CfnTransitGatewayMulticastGroupMember(Construct scope, string id, ICfnTransitGatewayMulticastGroupMemberProps props)
Parameters
- scope Constructs.
Construct Scope in which this resource is defined.
- id System.
String Construct identifier for this resource (unique in its scope).
- props ICfn
Transit Gateway Multicast Group Member Props Resource properties.
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
System.
Remarks
CloudformationAttribute: MemberType
AttrResourceId
The ID of the resource.
public virtual string AttrResourceId { get; }
Property Value
System.
Remarks
CloudformationAttribute: ResourceId
AttrResourceType
The type of resource, for example a VPC attachment.
public virtual string AttrResourceType { get; }
Property Value
System.
Remarks
CloudformationAttribute: ResourceType
AttrSourceType
public virtual string AttrSourceType { get; }
Property Value
System.
Remarks
CloudformationAttribute: SourceType
AttrSubnetId
The ID of the subnet.
public virtual string AttrSubnetId { get; }
Property Value
System.
Remarks
CloudformationAttribute: SubnetId
AttrTransitGatewayAttachmentId
The ID of the transit gateway attachment.
public virtual string AttrTransitGatewayAttachmentId { get; }
Property Value
System.
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
System.
CfnProperties
protected override IDictionary<string, object> CfnProperties { get; }
Property Value
System.
Overrides
GroupIpAddress
The IP address assigned to the transit gateway multicast group.
public virtual string GroupIpAddress { get; set; }
Property Value
System.
NetworkInterfaceId
The group members' network interface IDs to register with the transit gateway multicast group.
public virtual string NetworkInterfaceId { get; set; }
Property Value
System.
TransitGatewayMulticastDomainId
The ID of the transit gateway multicast domain.
public virtual string TransitGatewayMulticastDomainId { get; set; }
Property Value
System.
Methods
Inspect(TreeInspector)
Examines the CloudFormation resource and discloses attributes.
public virtual void Inspect(TreeInspector inspector)
Parameters
- inspector Tree
Inspector tree inspector to collect and process attributes.
RenderProperties(IDictionary<String, Object>)
protected override IDictionary<string, object> RenderProperties(IDictionary<string, object> props)
Parameters
- props System.
Collections. <System.Generic. IDictionary String , System.Object >
Returns
System.