Show / Hide Table of Contents

Class CfnTransitGatewayMulticastGroupSource

Registers sources (network interfaces) with the specified transit gateway multicast domain.

Inheritance
object
CfnElement
CfnRefElement
CfnResource
CfnTransitGatewayMulticastGroupSource
Implements
IInspectable
ITransitGatewayMulticastGroupSourceRef
IConstruct
IDependable
IEnvironmentAware
Inherited Members
CfnResource.IsCfnResource(object)
CfnResource.AddDeletionOverride(string)
CfnResource.AddDependency(CfnResource)
CfnResource.AddDependsOn(CfnResource)
CfnResource.AddMetadata(string, object)
CfnResource.AddOverride(string, object)
CfnResource.AddPropertyDeletionOverride(string)
CfnResource.AddPropertyOverride(string, object)
CfnResource.ApplyRemovalPolicy(RemovalPolicy?, IRemovalPolicyOptions)
CfnResource.GetAtt(string, ResolutionTypeHint?)
CfnResource.GetMetadata(string)
CfnResource.ObtainDependencies()
CfnResource.ObtainResourceDependencies()
CfnResource.RemoveDependency(CfnResource)
CfnResource.ReplaceDependency(CfnResource, CfnResource)
CfnResource.ShouldSynthesize()
CfnResource.ToString()
CfnResource.ValidateProperties(object)
CfnResource.CfnOptions
CfnResource.CfnResourceType
CfnResource.Env
CfnResource.UpdatedProperites
CfnResource.UpdatedProperties
CfnRefElement.Ref
CfnElement.IsCfnElement(object)
CfnElement.OverrideLogicalId(string)
CfnElement.With(params IMixin[])
CfnElement.CreationStack
CfnElement.LogicalId
CfnElement.Stack
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 .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewaymulticastgroupsource.html

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 AWS::EC2::TransitGatewayMulticastGroupSource.

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 .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewaymulticastgroupsource.html

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

IResolvable

Remarks

CloudformationAttribute: GroupMember

AttrGroupSource

Indicates that the resource is a transit gateway group member.

public virtual IResolvable AttrGroupSource { get; }
Property Value

IResolvable

Remarks

CloudformationAttribute: GroupSource

AttrMemberType

Registers sources (network interfaces) with the specified transit gateway multicast domain.

public virtual string AttrMemberType { get; }
Property Value

string

Remarks

CloudformationAttribute: MemberType

AttrResourceId

The ID of the resource.

public virtual string AttrResourceId { get; }
Property Value

string

Remarks

CloudformationAttribute: ResourceId

AttrResourceType

The type of resource, for example a VPC attachment.

public virtual string AttrResourceType { get; }
Property Value

string

Remarks

CloudformationAttribute: ResourceType

AttrSourceType

The type of source.

public virtual string AttrSourceType { get; }
Property Value

string

Remarks

CloudformationAttribute: SourceType

AttrSubnetId

The ID of the subnet.

public virtual string AttrSubnetId { get; }
Property Value

string

Remarks

CloudformationAttribute: SubnetId

AttrTransitGatewayAttachmentId

The ID of the transit gateway attachment.

public virtual string AttrTransitGatewayAttachmentId { get; }
Property Value

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

string

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 .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewaymulticastgroupsource.html

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

IDictionary<string, object>

Overrides
CfnResource.CfnProperties
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 .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewaymulticastgroupsource.html

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

string

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 .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewaymulticastgroupsource.html

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

string

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 .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewaymulticastgroupsource.html

CloudformationResource: AWS::EC2::TransitGatewayMulticastGroupSource

ExampleMetadata: fixture=_generated

TransitGatewayMulticastDomainId

The ID of the transit gateway multicast domain.

public virtual string TransitGatewayMulticastDomainId { get; set; }
Property Value

string

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 .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewaymulticastgroupsource.html

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 .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewaymulticastgroupsource.html

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 .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewaymulticastgroupsource.html

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

bool

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 .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewaymulticastgroupsource.html

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

IDictionary<string, object>

Overrides
CfnResource.RenderProperties(IDictionary<string, object>)
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 .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewaymulticastgroupsource.html

CloudformationResource: AWS::EC2::TransitGatewayMulticastGroupSource

ExampleMetadata: fixture=_generated

Implements

IInspectable
ITransitGatewayMulticastGroupSourceRef
Constructs.IConstruct
Constructs.IDependable
IEnvironmentAware
Back to top Generated by DocFX