Show / Hide Table of Contents

Interface ICfnTransitGatewayMulticastDomainProps

Properties for defining a CfnTransitGatewayMulticastDomain.

Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ICfnTransitGatewayMulticastDomainProps
Syntax (vb)
Public Interface 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

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.

Properties

Options

The options for the transit gateway multicast domain.

object? Options { get; }
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.

    ICfnTag[]? Tags { get; }
    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.

    string TransitGatewayId { get; }
    Property Value

    string

    Remarks

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

    Back to top Generated by DocFX