Downloads the contents of the Client VPN endpoint configuration file for the specified Client VPN endpoint. The Client VPN endpoint configuration
file includes the Client VPN endpoint and certificate information clients need to establish a connection
with the Client VPN endpoint.
example
Use a bare-bones client and the command you need to make an API call.
Downloads the contents of the Client VPN endpoint configuration file for the specified Client VPN endpoint. The Client VPN endpoint configuration file includes the Client VPN endpoint and certificate information clients need to establish a connection with the Client VPN endpoint.
Use a bare-bones client and the command you need to make an API call.
import { EC2Client, ExportClientVpnClientConfigurationCommand } from "@aws-sdk/client-ec2"; // ES Modules import // const { EC2Client, ExportClientVpnClientConfigurationCommand } = require("@aws-sdk/client-ec2"); // CommonJS import const client = new EC2Client(config); const command = new ExportClientVpnClientConfigurationCommand(input); const response = await client.send(command);
ExportClientVpnClientConfigurationCommandInput for command's
input
shape.ExportClientVpnClientConfigurationCommandOutput for command's
response
shape.config for EC2Client's
config
shape.