list_cross_account_authorizations

Route53RecoveryReadiness.Client.list_cross_account_authorizations(**kwargs)

Lists the cross-account readiness authorizations that are in place for an account.

See also: AWS API Documentation

Request Syntax

response = client.list_cross_account_authorizations(
    MaxResults=123,
    NextToken='string'
)
Parameters
  • MaxResults (integer) -- The number of objects that you want to return with this call.
  • NextToken (string) -- The token that identifies which batch of results you want to see.
Return type

dict

Returns

Response Syntax

{
    'CrossAccountAuthorizations': [
        'string',
    ],
    'NextToken': 'string'
}

Response Structure

  • (dict) --

    200 response - Success.

    • CrossAccountAuthorizations (list) --

      A list of cross-account authorizations.

      • (string) --

        CrossAccountAuthorization

    • NextToken (string) --

      The token that identifies which batch of results you want to see.

Exceptions

  • Route53RecoveryReadiness.Client.exceptions.ThrottlingException
  • Route53RecoveryReadiness.Client.exceptions.ValidationException
  • Route53RecoveryReadiness.Client.exceptions.InternalServerException
  • Route53RecoveryReadiness.Client.exceptions.AccessDeniedException