Skip to main content

datastores

Retrieves a list of datastores in a region

Overview

Namedatastores
TypeResource
Descriptiondatastores
Idawscc.healthimaging.datastores

Fields

NameDatatypeDescription
datastore_idundefined
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
datastore_id
FROM awscc.healthimaging.datastores
WHERE region = 'us-east-1'

Permissions

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

Create

medical-imaging:CreateDatastore,
medical-imaging:GetDatastore,
kms:DescribeKey,
kms:CreateGrant,
kms:RetireGrant,
kms:GenerateDataKey,
kms:Decrypt,
lambda:InvokeFunction,
medical-imaging:TagResource,
medical-imaging:UntagResource,
medical-imaging:ListTagsForResource

List

medical-imaging:ListDatastores