Class CfnTransitGatewayMulticastGroupSource
Registers sources (network interfaces) with the specified transit gateway multicast domain.
Inheritance
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnTransitGatewayMulticastGroupSource : CfnResource, IInspectable
Syntax (vb)
Public Class CfnTransitGatewayMulticastGroupSource
Inherits CfnResource
Implements IInspectable
Remarks
A multicast source is a network interface attached to a supported instance that sends multicast traffic. For information about supported instances, see Multicast Considerations in Amazon VPC Transit Gateways .
CloudformationResource: AWS::EC2::TransitGatewayMulticastGroupSource
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 cfnTransitGatewayMulticastGroupSource = new CfnTransitGatewayMulticastGroupSource(this, "MyCfnTransitGatewayMulticastGroupSource", new CfnTransitGatewayMulticastGroupSourceProps {
GroupIpAddress = "groupIpAddress",
NetworkInterfaceId = "networkInterfaceId",
TransitGatewayMulticastDomainId = "transitGatewayMulticastDomainId"
});
Synopsis
Constructors
CfnTransitGatewayMulticastGroupSource(ByRefValue) | Used by jsii to construct an instance of this class from a Javascript-owned object reference |
CfnTransitGatewayMulticastGroupSource(DeputyBase.DeputyProps) | Used by jsii to construct an instance of this class from DeputyProps |
CfnTransitGatewayMulticastGroupSource(Construct, String, ICfnTransitGatewayMulticastGroupSourceProps) |
Properties
AttrGroupMember | Information about the registered transit gateway multicast domain group members. |
AttrGroupSource | Indicates that the resource is a transit gateway group member. |
AttrMemberType | |
AttrResourceId | The ID of the resource. |
AttrResourceType | The type of resource, for example a VPC attachment. |
AttrSourceType | The type of source. |
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 sources' 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
CfnTransitGatewayMulticastGroupSource(ByRefValue)
Used by jsii to construct an instance of this class from a Javascript-owned object reference
protected CfnTransitGatewayMulticastGroupSource(ByRefValue reference)
Parameters
- reference Amazon.JSII.Runtime.Deputy.ByRefValue
The Javascript-owned object reference
CfnTransitGatewayMulticastGroupSource(DeputyBase.DeputyProps)
Used by jsii to construct an instance of this class from DeputyProps
protected CfnTransitGatewayMulticastGroupSource(DeputyBase.DeputyProps props)
Parameters
- props Amazon.JSII.Runtime.Deputy.DeputyBase.DeputyProps
The deputy props
CfnTransitGatewayMulticastGroupSource(Construct, String, ICfnTransitGatewayMulticastGroupSourceProps)
public CfnTransitGatewayMulticastGroupSource(Construct scope, string id, ICfnTransitGatewayMulticastGroupSourceProps 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 ICfnTransitGatewayMulticastGroupSourceProps
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 group member.
public virtual IResolvable AttrGroupSource { get; }
Property Value
Remarks
CloudformationAttribute: GroupSource
AttrMemberType
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
The type of source.
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 sources' 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>