AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::HealthLake::FHIRDatastore

CfnFHIRDatastore

Creates a Data Store that can ingest and export FHIR formatted data. > Please note that when a user tries to do an Update operation via CloudFormation, changes to the Data Store name, Type Version, PreloadDataConfig, or SSEConfiguration will delete their existing Data Store for the stack and create a new one. This will lead to potential loss of data.

Import

import { CfnFHIRDatastore } from 'aws-cdk-lib/aws-healthlake';

Or use the module namespace:

import * as healthlake from 'aws-cdk-lib/aws-healthlake';
// healthlake.CfnFHIRDatastore

Properties

Configuration passed to the constructor as CfnFHIRDatastoreProps.

datastoreTypeVersionRequired
string

The FHIR release version supported by the data store. Current support is for version `R4` .

datastoreNameOptional
string

The data store name (user-generated).

identityProviderConfigurationOptional
IResolvable | IdentityProviderConfigurationProperty

The identity provider configuration selected when the data store was created.

preloadDataConfigOptional
IResolvable | PreloadDataConfigProperty

The preloaded Synthea data configuration for the data store.

sseConfigurationOptional
IResolvable | SseConfigurationProperty

The server-side encryption key configuration for a customer-provided encryption key specified for creating a data store.

tagsOptional
CfnTag[]

An array of key-value pairs to apply to this resource. For more information, see [Tag](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html) .

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

LevelL1 (CloudFormation)
Moduleaws-healthlake
CFN TypeAWS::HealthLake::FHIRDatastore
Properties6

External Links