Show / Hide Table of Contents

Class CfnTransitGatewayMulticastDomainProps

Properties for defining a CfnTransitGatewayMulticastDomain.

Inheritance
object
CfnTransitGatewayMulticastDomainProps
Implements
ICfnTransitGatewayMulticastDomainProps
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnTransitGatewayMulticastDomainProps : ICfnTransitGatewayMulticastDomainProps
Syntax (vb)
Public Class CfnTransitGatewayMulticastDomainProps Implements ICfnTransitGatewayMulticastDomainProps
Remarks

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

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 options;

             var cfnTransitGatewayMulticastDomainProps = new CfnTransitGatewayMulticastDomainProps {
                 TransitGatewayId = "transitGatewayId",

                 // the properties below are optional
                 Options = options,
                 Tags = new [] { new CfnTag {
                     Key = "key",
                     Value = "value"
                 } }
             };

Synopsis

Constructors

CfnTransitGatewayMulticastDomainProps()

Properties for defining a CfnTransitGatewayMulticastDomain.

Properties

Options

The options for the transit gateway multicast domain.

Tags

The tags for the transit gateway multicast domain.

TransitGatewayId

The ID of the transit gateway.

Constructors

CfnTransitGatewayMulticastDomainProps()

Properties for defining a CfnTransitGatewayMulticastDomain.

public CfnTransitGatewayMulticastDomainProps()
Remarks

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

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 options;

             var cfnTransitGatewayMulticastDomainProps = new CfnTransitGatewayMulticastDomainProps {
                 TransitGatewayId = "transitGatewayId",

                 // the properties below are optional
                 Options = options,
                 Tags = new [] { new CfnTag {
                     Key = "key",
                     Value = "value"
                 } }
             };

Properties

Options

The options for the transit gateway multicast domain.

public object? Options { get; set; }
Property Value

object

Remarks

    See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewaymulticastdomain.html#cfn-ec2-transitgatewaymulticastdomain-options

    Tags

    The tags for the transit gateway multicast domain.

    public ICfnTag[]? Tags { get; set; }
    Property Value

    ICfnTag[]

    Remarks

    See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewaymulticastdomain.html#cfn-ec2-transitgatewaymulticastdomain-tags

    TransitGatewayId

    The ID of the transit gateway.

    public string TransitGatewayId { get; set; }
    Property Value

    string

    Remarks

    See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewaymulticastdomain.html#cfn-ec2-transitgatewaymulticastdomain-transitgatewayid

    Implements

    ICfnTransitGatewayMulticastDomainProps
    Back to top Generated by DocFX