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

AssociatedGateway

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

Information about the associated gateway.

interface AssociatedGateway {
id?: string | null;
ownerAccount?: string | null;
region?: string | null;
type?: GatewayType | null;
}

§Properties

§
id?: string | null
[src]

The ID of the associated gateway.

§
ownerAccount?: string | null
[src]

The ID of the Amazon Web Services account that owns the associated virtual private gateway or transit gateway.

§
region?: string | null
[src]

The Region where the associated gateway is located.

§
type?: GatewayType | null
[src]

The type of associated gateway.