Interface IRouteTableReference
A reference to a RouteTable resource.
Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IRouteTableReference
Syntax (vb)
Public Interface IRouteTableReference
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 routeTableReference = new RouteTableReference {
RouteTableId = "routeTableId"
};
Synopsis
Properties
RouteTableId | The RouteTableId of the RouteTable resource. |
Properties
RouteTableId
The RouteTableId of the RouteTable resource.
string RouteTableId { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated