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

TransitGatewayRouteTablePropagation

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

Describes a route table propagation.

interface TransitGatewayRouteTablePropagation {
ResourceId?: string | null;
TransitGatewayAttachmentId?: string | null;
}

§Properties

§
ResourceId?: string | null
[src]

The ID of the resource.

§

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

§

The state of the resource.

§
TransitGatewayAttachmentId?: string | null
[src]

The ID of the attachment.