--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "awscc_healthlake_fhir_datastore Resource - terraform-provider-awscc" subcategory: "" description: |- HealthLake FHIR Datastore --- # awscc_healthlake_fhir_datastore (Resource) HealthLake FHIR Datastore ## Schema ### Required - `datastore_type_version` (String) The FHIR version. Only R4 version data is supported. ### Optional - `datastore_name` (String) The user-generated name for the Data Store. - `preload_data_config` (Attributes) The preloaded data configuration for the Data Store. Only data preloaded from Synthea is supported. (see [below for nested schema](#nestedatt--preload_data_config)) - `sse_configuration` (Attributes) The server-side encryption key configuration for a customer provided encryption key. (see [below for nested schema](#nestedatt--sse_configuration)) - `tags` (Attributes List) (see [below for nested schema](#nestedatt--tags)) ### Read-Only - `created_at` (Attributes) The time that a Data Store was created. (see [below for nested schema](#nestedatt--created_at)) - `datastore_arn` (String) The Amazon Resource Name used in the creation of the Data Store. - `datastore_endpoint` (String) The AWS endpoint for the Data Store. Each Data Store will have it's own endpoint with Data Store ID in the endpoint URL. - `datastore_id` (String) The AWS-generated ID number for the Data Store. - `datastore_status` (String) The status of the Data Store. Possible statuses are 'CREATING', 'ACTIVE', 'DELETING', or 'DELETED'. - `id` (String) Uniquely identifies the resource. ### Nested Schema for `preload_data_config` Optional: - `preload_data_type` (String) The type of preloaded data. Only Synthea preloaded data is supported. ### Nested Schema for `sse_configuration` Optional: - `kms_encryption_config` (Attributes) The customer-managed-key (CMK) used when creating a Data Store. If a customer owned key is not specified, an AWS owned key will be used for encryption. (see [below for nested schema](#nestedatt--sse_configuration--kms_encryption_config)) ### Nested Schema for `sse_configuration.kms_encryption_config` Optional: - `cmk_type` (String) The type of customer-managed-key (CMK) used for encryption. The two types of supported CMKs are customer owned CMKs and AWS owned CMKs. - `kms_key_id` (String) The KMS encryption key id/alias used to encrypt the Data Store contents at rest. ### Nested Schema for `tags` Optional: - `key` (String) The key of the tag. - `value` (String) The value of the tag. ### Nested Schema for `created_at` Read-Only: - `nanos` (Number) Nanoseconds. - `seconds` (String) Seconds since epoch. ## Import Import is supported using the following syntax: ```shell $ terraform import awscc_healthlake_fhir_datastore.example ```