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

TransitGatewayRouteTableRoute

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

Describes a route in a transit gateway route table.

interface TransitGatewayRouteTableRoute {
AttachmentId?: string | null;
DestinationCidr?: string | null;
PrefixListId?: string | null;
ResourceId?: string | null;
ResourceType?: string | null;
RouteOrigin?: string | null;
State?: string | null;
}

§Properties

§
AttachmentId?: string | null
[src]

The ID of the route attachment.

§
DestinationCidr?: string | null
[src]

The CIDR block used for destination matches.

§
PrefixListId?: string | null
[src]

The ID of the prefix list.

§
ResourceId?: string | null
[src]

The ID of the resource for the route attachment.

§
ResourceType?: string | null
[src]

The resource type for the route attachment.

§
RouteOrigin?: string | null
[src]

The route origin. The following are the possible values:

  • static
  • propagated
§
State?: string | null
[src]

The state of the route.