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

CreateDirectConnectGatewayRequest

import type { CreateDirectConnectGatewayRequest } from "https://aws-api.deno.dev/v0.3/services/directconnect.ts?docs=full";
interface CreateDirectConnectGatewayRequest {
amazonSideAsn?: number | null;
directConnectGatewayName: string;
}

§Properties

§
amazonSideAsn?: number | null
[src]

The autonomous system number (ASN) for Border Gateway Protocol (BGP) to be configured on the Amazon side of the connection. The ASN must be in the private range of 64,512 to 65,534 or 4,200,000,000 to 4,294,967,294. The default is 64512.

§
directConnectGatewayName: string
[src]

The name of the Direct Connect gateway.