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

ModifyVpnConnectionRequest

import type { ModifyVpnConnectionRequest } from "https://aws-api.deno.dev/v0.3/services/ec2.ts?docs=full";
interface ModifyVpnConnectionRequest {
CustomerGatewayId?: string | null;
DryRun?: boolean | null;
TransitGatewayId?: string | null;
VpnConnectionId: string;
VpnGatewayId?: string | null;
}

§Properties

§
CustomerGatewayId?: string | null
[src]

The ID of the customer gateway at your end of the VPN connection.

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

§
TransitGatewayId?: string | null
[src]

The ID of the transit gateway.

§
VpnConnectionId: string
[src]

The ID of the VPN connection.

§
VpnGatewayId?: string | null
[src]

The ID of the virtual private gateway at the Amazon Web Services side of the VPN connection.