:doc:`Route53RecoveryControlConfig <../../route53-recovery-control-config>` / Client / list_associated_route53_health_checks

*************************************
list_associated_route53_health_checks
*************************************



.. py:method:: 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 <https://docs.aws.amazon.com/goto/WebAPI/route53-recovery-control-config-2020-11-02/ListAssociatedRoute53HealthChecks>`_  


  **Request Syntax**
  ::

    response = client.list_associated_route53_health_checks(
        MaxResults=123,
        NextToken='string',
        RoutingControlArn='string'
    )
    
  :type MaxResults: integer
  :param MaxResults: 

    The number of objects that you want to return with this call.

    

  
  :type NextToken: string
  :param NextToken: 

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

    

  
  :type RoutingControlArn: string
  :param RoutingControlArn: **[REQUIRED]** 

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

    

  
  
  :rtype: 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**
  
  *   :py:class:`Route53RecoveryControlConfig.Client.exceptions.ResourceNotFoundException`

  
  *   :py:class:`Route53RecoveryControlConfig.Client.exceptions.ValidationException`

  
  *   :py:class:`Route53RecoveryControlConfig.Client.exceptions.InternalServerException`

  