Show / Hide Table of Contents

Class TransitGatewayRouteTableReference

A reference to a TransitGatewayRouteTable resource.

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

string

Remarks

ExampleMetadata: fixture=_generated

Implements

ITransitGatewayRouteTableReference
Back to top Generated by DocFX