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

PeeringTgwInfo

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

Information about the transit gateway in the peering attachment.

interface PeeringTgwInfo {
OwnerId?: string | null;
Region?: string | null;
TransitGatewayId?: string | null;
}

§Properties

§
OwnerId?: string | null
[src]

The ID of the Amazon Web Services account that owns the transit gateway.

§
Region?: string | null
[src]

The Region of the transit gateway.

§
TransitGatewayId?: string | null
[src]

The ID of the transit gateway.