Show / Hide Table of Contents

Interface ICfnTransitGatewayRouteTableProps

Properties for defining a CfnTransitGatewayRouteTable.

Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.AWS.EC2.dll
Syntax (csharp)
public interface ICfnTransitGatewayRouteTableProps
Syntax (vb)
Public Interface ICfnTransitGatewayRouteTableProps
Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetable.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;

CfnTransitGatewayRouteTableProps cfnTransitGatewayRouteTableProps = new CfnTransitGatewayRouteTableProps {
    TransitGatewayId = "transitGatewayId",

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

Synopsis

Properties

Tags

Any tags assigned to the route table.

TransitGatewayId

The ID of the transit gateway.

Properties

Tags

Any tags assigned to the route table.

virtual ICfnTag[] Tags { get; }
Property Value

ICfnTag[]

Remarks

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

TransitGatewayId

The ID of the transit gateway.

string TransitGatewayId { get; }
Property Value

System.String

Remarks

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

Back to top Generated by DocFX