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
CfnTransitGatewayMulticastGroupMember(ByRefValue) | Used by jsii to construct an instance of this class from a Javascript-owned object reference |
CfnTransitGatewayMulticastGroupMember(DeputyBase.DeputyProps) | Used by jsii to construct an instance of this class from DeputyProps |
CfnTransitGatewayMulticastGroupMember(Construct, String, ICfnTransitGatewayMulticastGroupMemberProps) |
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 | |
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 | |
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>) |
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.ByRefValue
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.DeputyBase.DeputyProps
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 ICfnTransitGatewayMulticastGroupMemberProps
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.String
Remarks
CloudformationAttribute: MemberType
AttrResourceId
The ID of the resource.
public virtual string AttrResourceId { get; }
Property Value
System.String
Remarks
CloudformationAttribute: ResourceId
AttrResourceType
The type of resource, for example a VPC attachment.
public virtual string AttrResourceType { get; }
Property Value
System.String
Remarks
CloudformationAttribute: ResourceType
AttrSourceType
public virtual string AttrSourceType { get; }
Property Value
System.String
Remarks
CloudformationAttribute: SourceType
AttrSubnetId
The ID of the subnet.
public virtual string AttrSubnetId { get; }
Property Value
System.String
Remarks
CloudformationAttribute: SubnetId
AttrTransitGatewayAttachmentId
The ID of the transit gateway attachment.
public virtual string AttrTransitGatewayAttachmentId { get; }
Property Value
System.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
System.String
CfnProperties
protected override IDictionary<string, object> CfnProperties { get; }
Property Value
System.Collections.Generic.IDictionary<System.String, System.Object>
Overrides
GroupIpAddress
The IP address assigned to the transit gateway multicast group.
public virtual string GroupIpAddress { get; set; }
Property Value
System.String
NetworkInterfaceId
The group members' network interface IDs to register with the transit gateway multicast group.
public virtual string NetworkInterfaceId { get; set; }
Property Value
System.String
TransitGatewayMulticastDomainId
The ID of the transit gateway multicast domain.
public virtual string TransitGatewayMulticastDomainId { get; set; }
Property Value
System.String
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.
RenderProperties(IDictionary<String, Object>)
protected override IDictionary<string, object> RenderProperties(IDictionary<string, object> props)
Parameters
- props System.Collections.Generic.IDictionary<System.String, System.Object>
Returns
System.Collections.Generic.IDictionary<System.String, System.Object>