Class TransitGatewayRouteTableReference
A reference to a TransitGatewayRouteTable resource.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class TransitGatewayRouteTableReference : ITransitGatewayRouteTableReference
Syntax (vb)
Public Class TransitGatewayRouteTableReference Implements ITransitGatewayRouteTableReference
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 transitGatewayRouteTableReference = new TransitGatewayRouteTableReference {
TransitGatewayRouteTableId = "transitGatewayRouteTableId"
};
Synopsis
Constructors
TransitGatewayRouteTableReference() | A reference to a TransitGatewayRouteTable resource. |
Properties
TransitGatewayRouteTableId | The TransitGatewayRouteTableId of the TransitGatewayRouteTable resource. |
Constructors
TransitGatewayRouteTableReference()
A reference to a TransitGatewayRouteTable resource.
public TransitGatewayRouteTableReference()
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 transitGatewayRouteTableReference = new TransitGatewayRouteTableReference {
TransitGatewayRouteTableId = "transitGatewayRouteTableId"
};
Properties
TransitGatewayRouteTableId
The TransitGatewayRouteTableId of the TransitGatewayRouteTable resource.
public string TransitGatewayRouteTableId { get; set; }
Property Value
Remarks
ExampleMetadata: fixture=_generated