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

VpnConnectionDeviceType

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

List of customer gateway devices that have a sample configuration file available for use. You can also see the list of device types with sample configuration files available under Your customer gateway device in the Amazon Web Services Site-to-Site VPN User Guide.

interface VpnConnectionDeviceType {
Platform?: string | null;
Software?: string | null;
Vendor?: string | null;
VpnConnectionDeviceTypeId?: string | null;
}

§Properties

§
Platform?: string | null
[src]

Customer gateway device platform.

§
Software?: string | null
[src]

Customer gateway device software version.

§
Vendor?: string | null
[src]

Customer gateway device vendor.

§
VpnConnectionDeviceTypeId?: string | null
[src]

Customer gateway device identifier.