fhir_datastores
Retrieves a list of fhir_datastores
in a region
Overview
Name | fhir_datastores |
Type | Resource |
Description | fhir_datastores |
Id | awscc.healthlake.fhir_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.healthlake.fhir_datastores
WHERE region = 'us-east-1'
Permissions
To operate on the fhir_datastores
resource, the following permissions are required:
Create
healthlake:CreateFHIRDatastore,
healthlake:DescribeFHIRDatastore,
iam:PassRole,
kms:DescribeKey,
kms:CreateGrant,
kms:GenerateDataKey,
kms:Decrypt,
iam:GetRole,
iam:CreateServiceLinkedRole,
ram:GetResourceShareInvitations,
ram:AcceptResourceShareInvitation,
glue:CreateDatabase,
glue:DeleteDatabase,
lambda:InvokeFunction,
healthlake:TagResource,
healthlake:UntagResource,
healthlake:ListTagsForResource
List
healthlake:ListFHIRDatastores