Route53RecoveryReadiness / Client / list_readiness_checks

list_readiness_checks#

Route53RecoveryReadiness.Client.list_readiness_checks(**kwargs)#

Lists the readiness checks for an account.

See also: AWS API Documentation

Request Syntax

response = client.list_readiness_checks(
    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

{
    'NextToken': 'string',
    'ReadinessChecks': [
        {
            'ReadinessCheckArn': 'string',
            'ReadinessCheckName': 'string',
            'ResourceSet': 'string',
            'Tags': {
                'string': 'string'
            }
        },
    ]
}

Response Structure

  • (dict) –

    200 response - Success.

    • NextToken (string) –

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

    • ReadinessChecks (list) –

      A list of readiness checks associated with the account.

      • (dict) –

        A readiness check.

        • ReadinessCheckArn (string) –

          The Amazon Resource Name (ARN) associated with a readiness check.

        • ReadinessCheckName (string) –

          Name of a readiness check.

        • ResourceSet (string) –

          Name of the resource set to be checked.

        • Tags (dict) –

          A collection of tags associated with a resource.

          • (string) –

            • (string) –

Exceptions