Show / Hide Table of Contents

Class CfnTransitGatewayMulticastDomainMixinProps

Properties for CfnTransitGatewayMulticastDomainPropsMixin.

Inheritance
object
CfnTransitGatewayMulticastDomainMixinProps
Implements
ICfnTransitGatewayMulticastDomainMixinProps
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.EC2
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnTransitGatewayMulticastDomainMixinProps : ICfnTransitGatewayMulticastDomainMixinProps
Syntax (vb)
Public Class CfnTransitGatewayMulticastDomainMixinProps Implements ICfnTransitGatewayMulticastDomainMixinProps
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.CfnPropertyMixins.AWS.EC2;

             var options;

             var cfnTransitGatewayMulticastDomainMixinProps = new CfnTransitGatewayMulticastDomainMixinProps {
                 Options = options,
                 Tags = new [] { new CfnTag {
                     Key = "key",
                     Value = "value"
                 } },
                 TransitGatewayId = "transitGatewayId"
             };

Synopsis

Constructors

CfnTransitGatewayMulticastDomainMixinProps()

Properties for CfnTransitGatewayMulticastDomainPropsMixin.

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

CfnTransitGatewayMulticastDomainMixinProps()

Properties for CfnTransitGatewayMulticastDomainPropsMixin.

public CfnTransitGatewayMulticastDomainMixinProps()
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.CfnPropertyMixins.AWS.EC2;

             var options;

             var cfnTransitGatewayMulticastDomainMixinProps = new CfnTransitGatewayMulticastDomainMixinProps {
                 Options = options,
                 Tags = new [] { new CfnTag {
                     Key = "key",
                     Value = "value"
                 } },
                 TransitGatewayId = "transitGatewayId"
             };

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

    ICfnTransitGatewayMulticastDomainMixinProps
    Back to top Generated by DocFX