list_associated_route53_health_checks

Route53RecoveryControlConfig.Client.list_associated_route53_health_checks(**kwargs)

Returns an array of all Amazon Route 53 health checks associated with a specific routing control.

See also: AWS API Documentation

Request Syntax

response = client.list_associated_route53_health_checks(
    MaxResults=123,
    NextToken='string',
    RoutingControlArn='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.
  • RoutingControlArn (string) --

    [REQUIRED]

    The Amazon Resource Name (ARN) of the routing control.

Return type

dict

Returns

Response Syntax

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

Response Structure

  • (dict) --

    200 response - Success.

    • HealthCheckIds (list) --

      Identifiers for the health checks.

      • (string) --
    • NextToken (string) --

      Next token for listing health checks.

Exceptions

  • Route53RecoveryControlConfig.Client.exceptions.ResourceNotFoundException
  • Route53RecoveryControlConfig.Client.exceptions.ValidationException
  • Route53RecoveryControlConfig.Client.exceptions.InternalServerException