Class LocalGatewayRouteTableReference
A reference to a LocalGatewayRouteTable resource.
Implements
Inherited Members
Namespace: Amazon.CDK.Interfaces.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class LocalGatewayRouteTableReference : ILocalGatewayRouteTableReference
Syntax (vb)
Public Class LocalGatewayRouteTableReference Implements ILocalGatewayRouteTableReference
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.Interfaces.EC2;
var localGatewayRouteTableReference = new LocalGatewayRouteTableReference {
LocalGatewayRouteTableArn = "localGatewayRouteTableArn",
LocalGatewayRouteTableId = "localGatewayRouteTableId"
};
Synopsis
Constructors
| LocalGatewayRouteTableReference() | A reference to a LocalGatewayRouteTable resource. |
Properties
| LocalGatewayRouteTableArn | The ARN of the LocalGatewayRouteTable resource. |
| LocalGatewayRouteTableId | The LocalGatewayRouteTableId of the LocalGatewayRouteTable resource. |
Constructors
LocalGatewayRouteTableReference()
A reference to a LocalGatewayRouteTable resource.
public LocalGatewayRouteTableReference()
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.Interfaces.EC2;
var localGatewayRouteTableReference = new LocalGatewayRouteTableReference {
LocalGatewayRouteTableArn = "localGatewayRouteTableArn",
LocalGatewayRouteTableId = "localGatewayRouteTableId"
};
Properties
LocalGatewayRouteTableArn
The ARN of the LocalGatewayRouteTable resource.
public string LocalGatewayRouteTableArn { get; set; }
Property Value
Remarks
ExampleMetadata: fixture=_generated
LocalGatewayRouteTableId
The LocalGatewayRouteTableId of the LocalGatewayRouteTable resource.
public string LocalGatewayRouteTableId { get; set; }
Property Value
Remarks
ExampleMetadata: fixture=_generated