Skip to main content

fhir_datastores

Retrieves a list of fhir_datastores in a region

Overview

Namefhir_datastores
TypeResource
Descriptionfhir_datastores
Idawscc.healthlake.fhir_datastores

Fields

NameDatatypeDescription
datastore_idundefined
regionstringAWS 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