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

ModifyClientVpnEndpointRequest

import type { ModifyClientVpnEndpointRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/ec2.ts";
interface ModifyClientVpnEndpointRequest {
ClientConnectOptions?: ClientConnectOptions | null;
ClientVpnEndpointId: string;
ConnectionLogOptions?: ConnectionLogOptions | null;
Description?: string | null;
DryRun?: boolean | null;
SecurityGroupIds?: string[] | null;
SelfServicePortal?: SelfServicePortal | null;
ServerCertificateArn?: string | null;
SplitTunnel?: boolean | null;
VpcId?: string | null;
VpnPort?: number | null;
}

§Properties

§
ClientConnectOptions?: ClientConnectOptions | null
[src]
§
ClientVpnEndpointId: string
[src]
§
ConnectionLogOptions?: ConnectionLogOptions | null
[src]
§
Description?: string | null
[src]
§
DryRun?: boolean | null
[src]
§
SecurityGroupIds?: string[] | null
[src]
§
SelfServicePortal?: SelfServicePortal | null
[src]
§
ServerCertificateArn?: string | null
[src]
§
SplitTunnel?: boolean | null
[src]
§
VpcId?: string | null
[src]
§
VpnPort?: number | null
[src]