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

CreateVpnGatewayRequest

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

Contains the parameters for CreateVpnGateway.

interface CreateVpnGatewayRequest {
AmazonSideAsn?: number | null;
AvailabilityZone?: string | null;
DryRun?: boolean | null;
TagSpecifications?: TagSpecification[] | null;
}

§Properties

§
AmazonSideAsn?: number | null
[src]

A private Autonomous System Number (ASN) for the Amazon side of a BGP session. If you're using a 16-bit ASN, it must be in the 64512 to 65534 range. If you're using a 32-bit ASN, it must be in the 4200000000 to 4294967294 range.

Default: 64512

§
AvailabilityZone?: string | null
[src]

The Availability Zone for the virtual private gateway.

§
DryRun?: boolean | null
[src]

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

§
TagSpecifications?: TagSpecification[] | null
[src]

The tags to apply to the virtual private gateway.

§

The type of VPN connection this virtual private gateway supports.