Creates a Client VPN endpoint. A Client VPN endpoint is the resource you create and configure to
enable and manage client VPN sessions. It is the destination endpoint at which all client VPN sessions
are terminated.
example
Use a bare-bones client and the command you need to make an API call.
Creates a Client VPN endpoint. A Client VPN endpoint is the resource you create and configure to enable and manage client VPN sessions. It is the destination endpoint at which all client VPN sessions are terminated.
Use a bare-bones client and the command you need to make an API call.
import { EC2Client, CreateClientVpnEndpointCommand } from "@aws-sdk/client-ec2"; // ES Modules import // const { EC2Client, CreateClientVpnEndpointCommand } = require("@aws-sdk/client-ec2"); // CommonJS import const client = new EC2Client(config); const command = new CreateClientVpnEndpointCommand(input); const response = await client.send(command);
CreateClientVpnEndpointCommandInput for command's
input
shape.CreateClientVpnEndpointCommandOutput for command's
response
shape.config for EC2Client's
config
shape.