Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

TransitGatewayRouteTable

import type { TransitGatewayRouteTable } from "https://aws-api.deno.dev/v0.3/services/ec2.ts?docs=full";

Describes a transit gateway route table.

interface TransitGatewayRouteTable {
CreationTime?: Date | number | null;
DefaultAssociationRouteTable?: boolean | null;
DefaultPropagationRouteTable?: boolean | null;
Tags: Tag[];
TransitGatewayId?: string | null;
TransitGatewayRouteTableId?: string | null;
}

§Properties

§
CreationTime?: Date | number | null
[src]

The creation time.

§
DefaultAssociationRouteTable?: boolean | null
[src]

Indicates whether this is the default association route table for the transit gateway.

§
DefaultPropagationRouteTable?: boolean | null
[src]

Indicates whether this is the default propagation route table for the transit gateway.

§

The state of the transit gateway route table.

§
Tags: Tag[]
[src]

Any tags assigned to the route table.

§
TransitGatewayId?: string | null
[src]

The ID of the transit gateway.

§
TransitGatewayRouteTableId?: string | null
[src]

The ID of the transit gateway route table.