ACM / Client / describe_acme_account
describe_acme_account¶
- ACM.Client.describe_acme_account(**kwargs)¶
Returns detailed metadata about the specified ACME account, including its status, public key thumbprint, and associated external account binding.
See also: AWS API Documentation
Request Syntax
response = client.describe_acme_account( AcmeEndpointArn='string', AccountUrl='string' )
- Parameters:
AcmeEndpointArn (string) –
[REQUIRED]
The Amazon Resource Name (ARN) of the ACME endpoint.
AccountUrl (string) –
[REQUIRED]
The URL of the ACME account.
- Return type:
dict
- Returns:
Response Syntax
{ 'AcmeAccount': { 'AccountUrl': 'string', 'PublicKeyThumbprint': 'string', 'Status': 'VALID'|'DEACTIVATED'|'REVOKED', 'CreatedAt': datetime(2015, 1, 1), 'AcmeExternalAccountBindingArn': 'string', 'Contacts': [ 'string', ] } }
Response Structure
(dict) –
AcmeAccount (dict) –
The ACME account details.
AccountUrl (string) –
The URL of the ACME account.
PublicKeyThumbprint (string) –
The thumbprint of the public key associated with the ACME account.
Status (string) –
The status of the ACME account.
CreatedAt (datetime) –
The time at which the ACME account was created.
AcmeExternalAccountBindingArn (string) –
The Amazon Resource Name (ARN) of the external account binding associated with this ACME account.
Contacts (list) –
The contact information for the ACME account.
(string) –
Exceptions
ACM.Client.exceptions.InternalServerExceptionACM.Client.exceptions.AccessDeniedExceptionACM.Client.exceptions.ValidationExceptionACM.Client.exceptions.ResourceNotFoundExceptionACM.Client.exceptions.ThrottlingException