datastore
Gets an individual datastore
resource
Overview
Name | datastore |
Type | Resource |
Description | datastore |
Id | awscc.healthimaging.datastore |
Fields
Name | Datatype | Description |
---|---|---|
datastore_arn | string | |
datastore_name | string | |
datastore_id | string | |
datastore_status | string | |
kms_key_arn | string | |
created_at | string | |
updated_at | string | |
tags | object | |
region | string | AWS 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