:doc:`HealthImaging <../../medical-imaging>` / Client / get_datastore

*************
get_datastore
*************



.. py:method:: HealthImaging.Client.get_datastore(**kwargs)

  

  Get data store properties.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/medical-imaging-2023-07-19/GetDatastore>`_  


  **Request Syntax**
  ::

    response = client.get_datastore(
        datastoreId='string'
    )
    
  :type datastoreId: string
  :param datastoreId: **[REQUIRED]** 

    The data store identifier.

    

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

    
    ::

      {
          'datastoreProperties': {
              'datastoreId': 'string',
              'datastoreName': 'string',
              'datastoreStatus': 'CREATING'|'CREATE_FAILED'|'ACTIVE'|'DELETING'|'DELETED',
              'kmsKeyArn': 'string',
              'lambdaAuthorizerArn': 'string',
              'losslessStorageFormat': 'HTJ2K'|'JPEG_2000_LOSSLESS',
              'datastoreArn': 'string',
              'createdAt': datetime(2015, 1, 1),
              'updatedAt': datetime(2015, 1, 1)
          }
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **datastoreProperties** *(dict) --* 

        The data store properties.

        
        

        - **datastoreId** *(string) --* 

          The data store identifier.

          
        

        - **datastoreName** *(string) --* 

          The data store name.

          
        

        - **datastoreStatus** *(string) --* 

          The data store status.

          
        

        - **kmsKeyArn** *(string) --* 

          The Amazon Resource Name (ARN) assigned to the Key Management Service (KMS) key for accessing encrypted data.

          
        

        - **lambdaAuthorizerArn** *(string) --* 

          The ARN of the authorizer's Lambda function.

          
        

        - **losslessStorageFormat** *(string) --* 

          The datastore's lossless storage format.

          
        

        - **datastoreArn** *(string) --* 

          The Amazon Resource Name (ARN) for the data store.

          
        

        - **createdAt** *(datetime) --* 

          The timestamp when the data store was created.

          
        

        - **updatedAt** *(datetime) --* 

          The timestamp when the data store was last updated.

          
    
  
  **Exceptions**
  
  *   :py:class:`HealthImaging.Client.exceptions.ThrottlingException`

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

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

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

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

  