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

CreateCustomerGatewayRequest

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

Contains the parameters for CreateCustomerGateway.

interface CreateCustomerGatewayRequest {
BgpAsn: number;
CertificateArn?: string | null;
DeviceName?: string | null;
DryRun?: boolean | null;
PublicIp?: string | null;
TagSpecifications?: TagSpecification[] | null;
}

§Properties

§
BgpAsn: number
[src]

For devices that support BGP, the customer gateway's BGP ASN.

Default: 65000

§
CertificateArn?: string | null
[src]

The Amazon Resource Name (ARN) for the customer gateway certificate.

§
DeviceName?: string | null
[src]

A name for the customer gateway device.

Length Constraints: Up to 255 characters.

§
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.

§
PublicIp?: string | null
[src]

The Internet-routable IP address for the customer gateway's outside interface. The address must be static.

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

The tags to apply to the customer gateway.

§

The type of VPN connection that this customer gateway supports (ipsec.1).