Route53RecoveryReadiness / Client / update_readiness_check

update_readiness_check#

Route53RecoveryReadiness.Client.update_readiness_check(**kwargs)#

Updates a readiness check.

See also: AWS API Documentation

Request Syntax

response = client.update_readiness_check(
    ReadinessCheckName='string',
    ResourceSetName='string'
)
Parameters:
  • ReadinessCheckName (string) –

    [REQUIRED]

    Name of a readiness check.

  • ResourceSetName (string) –

    [REQUIRED]

    The name of the resource set to be checked.

Return type:

dict

Returns:

Response Syntax

{
    'ReadinessCheckArn': 'string',
    'ReadinessCheckName': 'string',
    'ResourceSet': 'string',
    'Tags': {
        'string': 'string'
    }
}

Response Structure

  • (dict) –

    200 response - Success.

    • 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