Interface ITransitGatewayRouteTableProps
(experimental) Common properties for creating a Transit Gateway Route Table resource.
Namespace: Amazon.CDK.AWS.ec2.Alpha
Assembly: Amazon.CDK.AWS.ec2.Alpha.dll
Syntax (csharp)
public interface ITransitGatewayRouteTableProps
Syntax (vb)
Public Interface ITransitGatewayRouteTableProps
Remarks
Stability: Experimental
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.Alpha;
TransitGateway transitGateway;
var transitGatewayRouteTableProps = new TransitGatewayRouteTableProps {
TransitGateway = transitGateway,
// the properties below are optional
TransitGatewayRouteTableName = "transitGatewayRouteTableName"
};
Synopsis
Properties
| TransitGateway | (experimental) The Transit Gateway that this route table belongs to. |
| TransitGatewayRouteTableName | (experimental) Physical name of this Transit Gateway Route Table. |
Properties
TransitGateway
(experimental) The Transit Gateway that this route table belongs to.
ITransitGateway TransitGateway { get; }
Property Value
Remarks
Stability: Experimental
TransitGatewayRouteTableName
(experimental) Physical name of this Transit Gateway Route Table.
string? TransitGatewayRouteTableName { get; }
Property Value
Remarks
Default: - Assigned by CloudFormation.
Stability: Experimental