AWS::HealthLake::FHIRDatastoreCreates 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 { CfnFHIRDatastore } from 'aws-cdk-lib/aws-healthlake';Or use the module namespace:
import * as healthlake from 'aws-cdk-lib/aws-healthlake';
// healthlake.CfnFHIRDatastoreConfiguration passed to the constructor as CfnFHIRDatastoreProps.
datastoreTypeVersionRequiredstringThe FHIR release version supported by the data store. Current support is for version `R4` .
datastoreNameOptionalstringThe data store name (user-generated).
identityProviderConfigurationOptionalIResolvable | IdentityProviderConfigurationPropertyThe identity provider configuration selected when the data store was created.
preloadDataConfigOptionalIResolvable | PreloadDataConfigPropertyThe preloaded Synthea data configuration for the data store.
sseConfigurationOptionalIResolvable | SseConfigurationPropertyThe server-side encryption key configuration for a customer-provided encryption key specified for creating a data store.
tagsOptionalCfnTag[]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) .
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-healthlakeAWS::HealthLake::FHIRDatastore