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

*********************
create_recovery_group
*********************



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

  

  Creates a recovery group in an account. A recovery group corresponds to an application and includes a list of the cells that make up the application.

  

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


  **Request Syntax**
  ::

    response = client.create_recovery_group(
        Cells=[
            'string',
        ],
        RecoveryGroupName='string',
        Tags={
            'string': 'string'
        }
    )
    
  :type Cells: list
  :param Cells: 

    A list of the cell Amazon Resource Names (ARNs) in the recovery group.

    

  
    - *(string) --* 

    

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

    The name of the recovery group to create.

    

  
  :type Tags: dict
  :param Tags: 

    A collection of tags associated with a resource.

    

  
    - *(string) --* 

    
      - *(string) --* 

      


  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {
          'Cells': [
              'string',
          ],
          'RecoveryGroupArn': 'string',
          'RecoveryGroupName': 'string',
          'Tags': {
              'string': 'string'
          }
      }
      
    **Response Structure**

    

    - *(dict) --* 

      200 response - Success.

      
      

      - **Cells** *(list) --* 

        A list of a cell's Amazon Resource Names (ARNs).

        
        

        - *(string) --* 
    
      

      - **RecoveryGroupArn** *(string) --* 

        The Amazon Resource Name (ARN) for the recovery group.

        
      

      - **RecoveryGroupName** *(string) --* 

        The name of the recovery group.

        
      

      - **Tags** *(dict) --* 

        The tags associated with the recovery group.

        
        

        - *(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`

  