:doc:`Route53RecoveryReadiness <../../route53-recovery-readiness>` / Client / create_readiness_check

**********************
create_readiness_check
**********************



.. py:method:: Route53RecoveryReadiness.Client.create_readiness_check(**kwargs)

  

  Creates a readiness check in an account. A readiness check monitors a resource set in your application, such as a set of Amazon Aurora instances, that Application Recovery Controller is auditing recovery readiness for. The audits run once every minute on every resource that's associated with a readiness check.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/route53-recovery-readiness-2019-12-02/CreateReadinessCheck>`_  


  **Request Syntax**
  ::

    response = client.create_readiness_check(
        ReadinessCheckName='string',
        ResourceSetName='string',
        Tags={
            'string': 'string'
        }
    )
    
  :type ReadinessCheckName: string
  :param ReadinessCheckName: **[REQUIRED]** 

    The name of the readiness check to create.

    

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

    The name of the resource set to check.

    

  
  :type Tags: dict
  :param Tags: 

    A collection of tags associated with a resource.

    

  
    - *(string) --* 

    
      - *(string) --* 

      


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

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

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

  
  *   :py:class:`Route53RecoveryReadiness.Client.exceptions.ConflictException`

  
  *   :py:class:`Route53RecoveryReadiness.Client.exceptions.AccessDeniedException`

  