Class CfnTransitGatewayMulticastGroupSource
Registers sources (network interfaces) with the specified transit gateway multicast domain.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnTransitGatewayMulticastGroupSource : CfnResource, IInspectable, ITransitGatewayMulticastGroupSourceRef, IConstruct, IDependable, IEnvironmentAware
Syntax (vb)
Public Class CfnTransitGatewayMulticastGroupSource Inherits CfnResource Implements IInspectable, ITransitGatewayMulticastGroupSourceRef, IConstruct, IDependable, IEnvironmentAware
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(Construct, string, ICfnTransitGatewayMulticastGroupSourceProps) | Create a new |
Properties
| AttrGroupMember | Information about the registered transit gateway multicast domain group members. |
| AttrGroupSource | Indicates that the resource is a transit gateway group member. |
| AttrMemberType | Registers sources (network interfaces) with the specified transit gateway multicast domain. |
| 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 | Registers sources (network interfaces) with the specified transit gateway multicast domain. |
| 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. |
| TransitGatewayMulticastGroupSourceRef | A reference to a TransitGatewayMulticastGroupSource resource. |
Methods
| Inspect(TreeInspector) | Examines the CloudFormation resource and discloses attributes. |
| IsCfnTransitGatewayMulticastGroupSource(object) | Checks whether the given object is a CfnTransitGatewayMulticastGroupSource. |
| RenderProperties(IDictionary<string, object>) | Registers sources (network interfaces) with the specified transit gateway multicast domain. |
Constructors
CfnTransitGatewayMulticastGroupSource(Construct, string, ICfnTransitGatewayMulticastGroupSourceProps)
Create a new AWS::EC2::TransitGatewayMulticastGroupSource.
public CfnTransitGatewayMulticastGroupSource(Construct scope, string id, ICfnTransitGatewayMulticastGroupSourceProps props)
Parameters
- scope Construct
Scope in which this resource is defined.
- id string
Construct identifier for this resource (unique in its scope).
- props ICfnTransitGatewayMulticastGroupSourceProps
Resource properties.
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
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
Registers sources (network interfaces) with the specified transit gateway multicast domain.
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
The type of source.
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 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
CfnProperties
Registers sources (network interfaces) with the specified transit gateway multicast domain.
protected override IDictionary<string, object> CfnProperties { get; }
Property Value
Overrides
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
GroupIpAddress
The IP address assigned to the transit gateway multicast group.
public virtual string GroupIpAddress { get; set; }
Property Value
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
NetworkInterfaceId
The group sources' network interface IDs to register with the transit gateway multicast group.
public virtual string NetworkInterfaceId { get; set; }
Property Value
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
TransitGatewayMulticastDomainId
The ID of the transit gateway multicast domain.
public virtual string TransitGatewayMulticastDomainId { get; set; }
Property Value
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
TransitGatewayMulticastGroupSourceRef
A reference to a TransitGatewayMulticastGroupSource resource.
public virtual ITransitGatewayMulticastGroupSourceReference TransitGatewayMulticastGroupSourceRef { get; }
Property Value
ITransitGatewayMulticastGroupSourceReference
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
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 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
IsCfnTransitGatewayMulticastGroupSource(object)
Checks whether the given object is a CfnTransitGatewayMulticastGroupSource.
public static bool IsCfnTransitGatewayMulticastGroupSource(object x)
Parameters
- x object
Returns
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
RenderProperties(IDictionary<string, object>)
Registers sources (network interfaces) with the specified transit gateway multicast domain.
protected override IDictionary<string, object> RenderProperties(IDictionary<string, object> props)
Parameters
- props IDictionary<string, object>
Returns
Overrides
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