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

CreateClientVpnEndpointResult

import type { CreateClientVpnEndpointResult } from "https://aws-api.deno.dev/v0.3/services/ec2.ts?docs=full";
interface CreateClientVpnEndpointResult {
ClientVpnEndpointId?: string | null;
DnsName?: string | null;
Status?: ClientVpnEndpointStatus | null;
}

§Properties

§
ClientVpnEndpointId?: string | null
[src]

The ID of the Client VPN endpoint.

§
DnsName?: string | null
[src]

The DNS name to be used by clients when establishing their VPN session.

§

The current state of the Client VPN endpoint.