View source: R/ec2_operations.R
ec2_import_client_vpn_client_certificate_revocation_list | R Documentation |
Uploads a client certificate revocation list to the specified Client VPN endpoint. Uploading a client certificate revocation list overwrites the existing client certificate revocation list.
See https://www.paws-r-sdk.com/docs/ec2_import_client_vpn_client_certificate_revocation_list/ for full documentation.
ec2_import_client_vpn_client_certificate_revocation_list(
ClientVpnEndpointId,
CertificateRevocationList,
DryRun = NULL
)
ClientVpnEndpointId |
[required] The ID of the Client VPN endpoint to which the client certificate revocation list applies. |
CertificateRevocationList |
[required] The client certificate revocation list file. For more information, see Generate a Client Certificate Revocation List in the Client VPN Administrator Guide. |
DryRun |
Checks whether you have the required permissions for the action, without
actually making the request, and provides an error response. If you have
the required permissions, the error response is |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.