Interface ICfnTransitGatewayRouteTableProps
Properties for defining a CfnTransitGatewayRouteTable
.
Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ICfnTransitGatewayRouteTableProps
Syntax (vb)
Public Interface ICfnTransitGatewayRouteTableProps
Remarks
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 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
TransitGatewayId
The ID of the transit gateway.
string TransitGatewayId { get; }
Property Value
System.String