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

TransitGatewayPropagation

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

Describes route propagation.

interface TransitGatewayPropagation {
ResourceId?: string | null;
TransitGatewayAttachmentId?: string | null;
TransitGatewayRouteTableId?: string | null;
}

§Properties

§
ResourceId?: string | null
[src]

The ID of the resource.

§

The resource type. Note that the tgw-peering resource type has been deprecated.

§

The state.

§
TransitGatewayAttachmentId?: string | null
[src]

The ID of the attachment.

§
TransitGatewayRouteTableId?: string | null
[src]

The ID of the transit gateway route table.