ACM / Client / get_acme_external_account_binding_credentials

get_acme_external_account_binding_credentials

ACM.Client.get_acme_external_account_binding_credentials(**kwargs)

Retrieves the key ID and MAC key credentials for an external account binding. These credentials are used by ACME clients during account registration to bind to the endpoint.

See also: AWS API Documentation

Request Syntax

response = client.get_acme_external_account_binding_credentials(
    AcmeExternalAccountBindingArn='string'
)
Parameters:

AcmeExternalAccountBindingArn (string) –

[REQUIRED]

The Amazon Resource Name (ARN) of the ACME external account binding.

Return type:

dict

Returns:

Response Syntax

{
    'KeyId': 'string',
    'MacKey': 'string'
}

Response Structure

  • (dict) –

    • KeyId (string) –

      The key identifier for the external account binding credentials.

    • MacKey (string) –

      The MAC key for the external account binding credentials.

Exceptions

  • ACM.Client.exceptions.InternalServerException

  • ACM.Client.exceptions.AccessDeniedException

  • ACM.Client.exceptions.ValidationException

  • ACM.Client.exceptions.ResourceNotFoundException

  • ACM.Client.exceptions.ThrottlingException