ACM / Client / describe_acme_external_account_binding

describe_acme_external_account_binding

ACM.Client.describe_acme_external_account_binding(**kwargs)

Returns detailed metadata about the specified external account binding, including the associated IAM role, expiration time, and usage history.

See also: AWS API Documentation

Request Syntax

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

AcmeExternalAccountBindingArn (string) –

[REQUIRED]

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

Return type:

dict

Returns:

Response Syntax

{
    'ExternalAccountBinding': {
        'AcmeExternalAccountBindingArn': 'string',
        'AcmeEndpointArn': 'string',
        'RoleArn': 'string',
        'ExpiresAt': datetime(2015, 1, 1),
        'RevokedAt': datetime(2015, 1, 1),
        'LastUsedAt': datetime(2015, 1, 1),
        'CreatedAt': datetime(2015, 1, 1),
        'UpdatedAt': datetime(2015, 1, 1)
    }
}

Response Structure

  • (dict) –

    • ExternalAccountBinding (dict) –

      The external account binding details.

      • AcmeExternalAccountBindingArn (string) –

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

      • AcmeEndpointArn (string) –

        The Amazon Resource Name (ARN) of the ACME endpoint.

      • RoleArn (string) –

        The Amazon Resource Name (ARN) of the IAM role associated with the external account binding.

      • ExpiresAt (datetime) –

        The time at which the external account binding expires.

      • RevokedAt (datetime) –

        The time at which the external account binding was revoked.

      • LastUsedAt (datetime) –

        The time at which the external account binding was last used.

      • CreatedAt (datetime) –

        The time at which the external account binding was created.

      • UpdatedAt (datetime) –

        The time at which the external account binding was last updated.

Exceptions

  • ACM.Client.exceptions.InternalServerException

  • ACM.Client.exceptions.AccessDeniedException

  • ACM.Client.exceptions.ValidationException

  • ACM.Client.exceptions.ResourceNotFoundException

  • ACM.Client.exceptions.ThrottlingException