:doc:`RedshiftServerless <../../redshift-serverless>` / Client / get_recovery_point

******************
get_recovery_point
******************



.. py:method:: RedshiftServerless.Client.get_recovery_point(**kwargs)

  

  Returns information about a recovery point.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/GetRecoveryPoint>`_  


  **Request Syntax**
  ::

    response = client.get_recovery_point(
        recoveryPointId='string'
    )
    
  :type recoveryPointId: string
  :param recoveryPointId: **[REQUIRED]** 

    The unique identifier of the recovery point to return information for.

    

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

    
    ::

      {
          'recoveryPoint': {
              'namespaceArn': 'string',
              'namespaceName': 'string',
              'recoveryPointCreateTime': datetime(2015, 1, 1),
              'recoveryPointId': 'string',
              'totalSizeInMegaBytes': 123.0,
              'workgroupName': 'string'
          }
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **recoveryPoint** *(dict) --* 

        The returned recovery point object.

        
        

        - **namespaceArn** *(string) --* 

          The Amazon Resource Name (ARN) of the namespace the recovery point is associated with.

          
        

        - **namespaceName** *(string) --* 

          The name of the namespace the recovery point is associated with.

          
        

        - **recoveryPointCreateTime** *(datetime) --* 

          The time the recovery point is created.

          
        

        - **recoveryPointId** *(string) --* 

          The unique identifier of the recovery point.

          
        

        - **totalSizeInMegaBytes** *(float) --* 

          The total size of the data in the recovery point in megabytes.

          
        

        - **workgroupName** *(string) --* 

          The name of the workgroup the recovery point is associated with.

          
    
  
  **Exceptions**
  
  *   :py:class:`RedshiftServerless.Client.exceptions.InternalServerException`

  
  *   :py:class:`RedshiftServerless.Client.exceptions.ResourceNotFoundException`

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

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

  