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

TransitGatewayRouteAttachment

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

Describes a route attachment.

interface TransitGatewayRouteAttachment {
ResourceId?: string | null;
TransitGatewayAttachmentId?: 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.

§
TransitGatewayAttachmentId?: string | null
[src]

The ID of the attachment.