datastores
Retrieves a list of datastores
in a region
Overview
Name | datastores |
Type | Resource |
Description | datastores |
Id | awscc.healthimaging.datastores |
Fields
Name | Datatype | Description |
---|---|---|
datastore_id | undefined | |
region | string | AWS 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