Creates a Transit Gateway Route Table

Hierarchy

  • Construct
    • TransitGatewayRouteTable

Constructors

Properties

Methods

Constructors

Properties

id: string
node: Node

The tree node.

Stability

stable

Methods

  • Returns a string representation of this construct.

    Stability

    stable

    Returns string

  • Parameters

    • scope: Construct
    • id: string
    • routeTableId: string

    Returns Import

  • (deprecated) Checks if x is a construct.

    Returns

    true if x is an object created from a class which extends Construct.

    Deprecated

    use x instanceof Construct instead

    Parameters

    • x: any

      Any object.

    Returns x is Construct

Generated using TypeDoc