EC2 / Client / export_client_vpn_client_certificate_revocation_list

export_client_vpn_client_certificate_revocation_list#

EC2.Client.export_client_vpn_client_certificate_revocation_list(**kwargs)#

Downloads the client certificate revocation list for the specified Client VPN endpoint.

See also: AWS API Documentation

Request Syntax

response = client.export_client_vpn_client_certificate_revocation_list(
    ClientVpnEndpointId='string',
    DryRun=True|False
)
Parameters:
  • ClientVpnEndpointId (string) –

    [REQUIRED]

    The ID of the Client VPN endpoint.

  • DryRun (boolean) – 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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

Return type:

dict

Returns:

Response Syntax

{
    'CertificateRevocationList': 'string',
    'Status': {
        'Code': 'pending'|'active',
        'Message': 'string'
    }
}

Response Structure

  • (dict) –

    • CertificateRevocationList (string) –

      Information about the client certificate revocation list.

    • Status (dict) –

      The current state of the client certificate revocation list.

      • Code (string) –

        The state of the client certificate revocation list.

      • Message (string) –

        A message about the status of the client certificate revocation list, if applicable.