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

GetVpnConnectionDeviceSampleConfigurationRequest

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

§Properties

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

§
InternetKeyExchangeVersion?: string | null
[src]

The IKE version to be used in the sample configuration file for your customer gateway device. You can specify one of the following versions: ikev1 or ikev2.

§
VpnConnectionDeviceTypeId: string
[src]

Device identifier provided by the GetVpnConnectionDeviceTypes API.

§
VpnConnectionId: string
[src]

The VpnConnectionId specifies the Site-to-Site VPN connection used for the sample configuration.