Skip to main content

datastore

Gets an individual datastore resource

Overview

Namedatastore
TypeResource
Descriptiondatastore
Idawscc.healthimaging.datastore

Fields

NameDatatypeDescription
datastore_arnstring
datastore_namestring
datastore_idstring
datastore_statusstring
kms_key_arnstring
created_atstring
updated_atstring
tagsobject
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
datastore_arn,
datastore_name,
datastore_id,
datastore_status,
kms_key_arn,
created_at,
updated_at,
tags
FROM awscc.healthimaging.datastore
WHERE data__Identifier = '<DatastoreId>';

Permissions

To operate on the datastore resource, the following permissions are required:

Read

medical-imaging:GetDatastore,
medical-imaging:ListTagsForResource

Delete

medical-imaging:DeleteDatastore,
medical-imaging:GetDatastore,
medical-imaging:UntagResource,
kms:DescribeKey,
kms:RetireGrant,
kms:GenerateDataKey,
kms:Decrypt