Type object
Schema URL https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-healthlake-fhirdatastore.json
Parent schema serverless-framework-configuration
Type: object

HealthLake FHIR Datastore. Source:- No source definition found, add manually please

Properties

DatastoreTypeVersion string | Aws_CF_FunctionString required

The FHIR version. Only R4 version data is supported.

DatastoreName string | Aws_CF_FunctionString

The user-generated name for the Data Store.

PreloadDataConfig object

The preloaded data configuration for the Data Store. Only data preloaded from Synthea is supported.

1 nested properties
PreloadDataType string | Aws_CF_FunctionString required

The type of preloaded data. Only Synthea preloaded data is supported.

SseConfiguration object

The server-side encryption key configuration for a customer provided encryption key.

1 nested properties
KmsEncryptionConfig object required

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.

2 nested properties
CmkType string | Aws_CF_FunctionString required

The type of customer-managed-key (CMK) used for encryption. The two types of supported CMKs are customer owned CMKs and AWS owned CMKs.

KmsKeyId string | Aws_CF_FunctionString

The KMS encryption key id/alias used to encrypt the Data Store contents at rest.

Tags Tag[]

Definitions

CreatedAt object

The time that a Data Store was created.

Seconds string | Aws_CF_FunctionString required

Seconds since epoch.

Nanos integer required

Nanoseconds.

DatastoreArn string | Aws_CF_FunctionString

The Amazon Resource Name used in the creation of the Data Store.

DatastoreEndpoint string | Aws_CF_FunctionString

The AWS endpoint for the Data Store. Each Data Store will have it's own endpoint with Data Store ID in the endpoint URL.

DatastoreId string | Aws_CF_FunctionString

The AWS-generated ID number for the Data Store.

DatastoreName string | Aws_CF_FunctionString

The user-generated name for the Data Store.

DatastoreStatus string | Aws_CF_FunctionString

The status of the Data Store. Possible statuses are 'CREATING', 'ACTIVE', 'DELETING', or 'DELETED'.

DatastoreTypeVersion string | Aws_CF_FunctionString

The FHIR version. Only R4 version data is supported.

PreloadDataConfig object

The preloaded data configuration for the Data Store. Only data preloaded from Synthea is supported.

PreloadDataType string | Aws_CF_FunctionString required

The type of preloaded data. Only Synthea preloaded data is supported.

SseConfiguration object

The server-side encryption key configuration for a customer provided encryption key.

KmsEncryptionConfig object required

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.

2 nested properties
CmkType string | Aws_CF_FunctionString required

The type of customer-managed-key (CMK) used for encryption. The two types of supported CMKs are customer owned CMKs and AWS owned CMKs.

KmsKeyId string | Aws_CF_FunctionString

The KMS encryption key id/alias used to encrypt the Data Store contents at rest.

KmsEncryptionConfig object

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.

CmkType string | Aws_CF_FunctionString required

The type of customer-managed-key (CMK) used for encryption. The two types of supported CMKs are customer owned CMKs and AWS owned CMKs.

KmsKeyId string | Aws_CF_FunctionString

The KMS encryption key id/alias used to encrypt the Data Store contents at rest.

Tag object

A key-value pair. A tag consists of a tag key and a tag value. Tag keys and tag values are both required, but tag values can be empty (null) strings.

Key string | Aws_CF_FunctionString required

The key of the tag.

Value string | Aws_CF_FunctionString required

The value of the tag.