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

CreateClientVpnEndpointRequest

import type { CreateClientVpnEndpointRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/ec2.ts";
interface CreateClientVpnEndpointRequest {
AuthenticationOptions: ClientVpnAuthenticationRequest[];
ClientCidrBlock: string;
ClientConnectOptions?: ClientConnectOptions | null;
ClientToken?: string | null;
ConnectionLogOptions: ConnectionLogOptions;
Description?: string | null;
DnsServers?: string[] | null;
DryRun?: boolean | null;
SecurityGroupIds?: string[] | null;
SelfServicePortal?: SelfServicePortal | null;
ServerCertificateArn: string;
SplitTunnel?: boolean | null;
TagSpecifications?: TagSpecification[] | null;
TransportProtocol?: TransportProtocol | null;
VpcId?: string | null;
VpnPort?: number | null;
}

§Properties

§
AuthenticationOptions: ClientVpnAuthenticationRequest[]
[src]
§
ClientCidrBlock: string
[src]
§
ClientConnectOptions?: ClientConnectOptions | null
[src]
§
ClientToken?: string | null
[src]
§
ConnectionLogOptions: ConnectionLogOptions
[src]
§
Description?: string | null
[src]
§
DnsServers?: string[] | null
[src]
§
DryRun?: boolean | null
[src]
§
SecurityGroupIds?: string[] | null
[src]
§
SelfServicePortal?: SelfServicePortal | null
[src]
§
ServerCertificateArn: string
[src]
§
SplitTunnel?: boolean | null
[src]
§
TagSpecifications?: TagSpecification[] | null
[src]
§
TransportProtocol?: TransportProtocol | null
[src]
§
VpcId?: string | null
[src]
§
VpnPort?: number | null
[src]