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

CreateTransitGatewayRouteTableAttachmentRequest

import type { CreateTransitGatewayRouteTableAttachmentRequest } from "https://aws-api.deno.dev/v0.4/services/networkmanager.ts?docs=full";
interface CreateTransitGatewayRouteTableAttachmentRequest {
ClientToken?: string | null;
PeeringId: string;
Tags?: Tag[] | null;
TransitGatewayRouteTableArn: string;
}

§Properties

§
ClientToken?: string | null
[src]

The client token associated with the request.

§
PeeringId: string
[src]

The ID of the peer for the

§
Tags?: Tag[] | null
[src]

The list of key-value tags associated with the request.

§
TransitGatewayRouteTableArn: string
[src]

The ARN of the transit gateway route table for the attachment request.