fhir_datastore
Gets an individual fhir_datastore
resource
Overview
Name | fhir_datastore |
Type | Resource |
Description | fhir_datastore |
Id | awscc.healthlake.fhir_datastore |
Fields
Name | Datatype | Description |
---|---|---|
created_at | object | |
datastore_arn | string | |
datastore_endpoint | string | |
datastore_id | string | |
datastore_name | string | |
datastore_status | string | |
datastore_type_version | string | |
preload_data_config | object | |
sse_configuration | object | |
identity_provider_configuration | object | |
tags | array | |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
created_at,
datastore_arn,
datastore_endpoint,
datastore_id,
datastore_name,
datastore_status,
datastore_type_version,
preload_data_config,
sse_configuration,
identity_provider_configuration,
tags
FROM awscc.healthlake.fhir_datastore
WHERE data__Identifier = '<DatastoreId>';
Permissions
To operate on the fhir_datastore
resource, the following permissions are required:
Read
healthlake:DescribeFHIRDatastore,
healthlake:ListTagsForResource
Update
healthlake:TagResource,
healthlake:UntagResource,
healthlake:ListTagsForResource,
healthlake:DescribeFHIRDatastore,
iam:PassRole,
iam:GetRole,
iam:CreateServiceLinkedRole
Delete
healthlake:DeleteFHIRDatastore,
healthlake:DescribeFHIRDatastore,
iam:PassRole,
iam:GetRole,
iam:CreateServiceLinkedRole,
ram:GetResourceShareInvitations,
ram:AcceptResourceShareInvitation,
glue:CreateDatabase,
glue:DeleteDatabase