Show / Hide Table of Contents

Class LocalGatewayRouteTableReference

A reference to a LocalGatewayRouteTable resource.

Inheritance
object
LocalGatewayRouteTableReference
Implements
ILocalGatewayRouteTableReference
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

string

Remarks

ExampleMetadata: fixture=_generated

LocalGatewayRouteTableId

The LocalGatewayRouteTableId of the LocalGatewayRouteTable resource.

public string LocalGatewayRouteTableId { get; set; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Implements

ILocalGatewayRouteTableReference
Back to top Generated by DocFX