Class CfnFHIRDatastore
java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
software.amazon.awscdk.CfnElement
software.amazon.awscdk.CfnRefElement
software.amazon.awscdk.CfnResource
software.amazon.awscdk.services.healthlake.CfnFHIRDatastore
- All Implemented Interfaces:
IInspectable,ITaggable,IFHIRDatastoreRef,software.amazon.jsii.JsiiSerializable,software.constructs.IConstruct,software.constructs.IDependable
@Generated(value="jsii-pacmak/1.116.0 (build 0eddcff)",
date="2025-10-29T11:15:41.087Z")
@Stability(Stable)
public class CfnFHIRDatastore
extends CfnResource
implements IInspectable, IFHIRDatastoreRef, ITaggable
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.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.healthlake.*;
CfnFHIRDatastore cfnFHIRDatastore = CfnFHIRDatastore.Builder.create(this, "MyCfnFHIRDatastore")
.datastoreTypeVersion("datastoreTypeVersion")
// the properties below are optional
.datastoreName("datastoreName")
.identityProviderConfiguration(IdentityProviderConfigurationProperty.builder()
.authorizationStrategy("authorizationStrategy")
// the properties below are optional
.fineGrainedAuthorizationEnabled(false)
.idpLambdaArn("idpLambdaArn")
.metadata("metadata")
.build())
.preloadDataConfig(PreloadDataConfigProperty.builder()
.preloadDataType("preloadDataType")
.build())
.sseConfiguration(SseConfigurationProperty.builder()
.kmsEncryptionConfig(KmsEncryptionConfigProperty.builder()
.cmkType("cmkType")
// the properties below are optional
.kmsKeyId("kmsKeyId")
.build())
.build())
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classA fluent builder forCfnFHIRDatastore.static interfaceThe time that a Data Store was created.static interfaceThe identity provider configuration selected when the data store was created.static interfaceThe customer-managed-key(CMK) used when creating a Data Store.static interfaceAn optional parameter to preload (import) open source Synthea FHIR data upon creation of the data store.static interfaceThe server-side encryption key configuration for a customer-provided encryption key.Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$DefaultNested classes/interfaces inherited from interface software.amazon.awscdk.services.healthlake.IFHIRDatastoreRef
IFHIRDatastoreRef.Jsii$Default, IFHIRDatastoreRef.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.IInspectable
IInspectable.Jsii$Default, IInspectable.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.ITaggable
ITaggable.Jsii$Default, ITaggable.Jsii$Proxy -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe CloudFormation resource type name for this resource class. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCfnFHIRDatastore(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedCfnFHIRDatastore(software.amazon.jsii.JsiiObjectRef objRef) CfnFHIRDatastore(software.constructs.Construct scope, String id, CfnFHIRDatastoreProps props) -
Method Summary
Modifier and TypeMethodDescriptionstatic IFHIRDatastoreReffromDatastoreId(software.constructs.Construct scope, String id, String datastoreId) Creates a new IFHIRDatastoreRef from a datastoreId.The time that a Data Store was created.The Data Store ARN is generated during the creation of the Data Store and can be found in the output from the initial Data Store creation request.The endpoint for the created Data Store.The Amazon generated Data Store id.The status of the FHIR Data Store.The data store name (user-generated).The FHIR release version supported by the data store.A reference to a FHIRDatastore resource.The identity provider configuration selected when the data store was created.The preloaded Synthea data configuration for the data store.The server-side encryption key configuration for a customer-provided encryption key specified for creating a data store.getTags()Tag Manager which manages the tags for this resource.An array of key-value pairs to apply to this resource.voidinspect(TreeInspector inspector) Examines the CloudFormation resource and discloses attributes.renderProperties(Map<String, Object> props) voidsetDatastoreName(String value) The data store name (user-generated).voidsetDatastoreTypeVersion(String value) The FHIR release version supported by the data store.voidThe identity provider configuration selected when the data store was created.voidThe identity provider configuration selected when the data store was created.voidsetPreloadDataConfig(IResolvable value) The preloaded Synthea data configuration for the data store.voidThe preloaded Synthea data configuration for the data store.voidsetSseConfiguration(IResolvable value) The server-side encryption key configuration for a customer-provided encryption key specified for creating a data store.voidThe server-side encryption key configuration for a customer-provided encryption key specified for creating a data store.voidsetTagsRaw(List<CfnTag> value) An array of key-value pairs to apply to this resource.Methods inherited from class software.amazon.awscdk.CfnResource
addDeletionOverride, addDependency, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, getUpdatedProperties, isCfnResource, obtainDependencies, obtainResourceDependencies, removeDependency, replaceDependency, shouldSynthesize, toString, validatePropertiesMethods inherited from class software.amazon.awscdk.CfnRefElement
getRefMethods inherited from class software.amazon.awscdk.CfnElement
getCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdMethods inherited from class software.constructs.Construct
getNode, isConstructMethods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface software.constructs.IConstruct
getNodeMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Field Details
-
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
-
-
Constructor Details
-
CfnFHIRDatastore
protected CfnFHIRDatastore(software.amazon.jsii.JsiiObjectRef objRef) -
CfnFHIRDatastore
protected CfnFHIRDatastore(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
CfnFHIRDatastore
@Stability(Stable) public CfnFHIRDatastore(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull CfnFHIRDatastoreProps props) - Parameters:
scope- Scope in which this resource is defined. This parameter is required.id- Construct identifier for this resource (unique in its scope). This parameter is required.props- Resource properties. This parameter is required.
-
-
Method Details
-
fromDatastoreId
@Stability(Stable) @NotNull public static IFHIRDatastoreRef fromDatastoreId(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull String datastoreId) Creates a new IFHIRDatastoreRef from a datastoreId.- Parameters:
scope- This parameter is required.id- This parameter is required.datastoreId- This parameter is required.
-
inspect
Examines the CloudFormation resource and discloses attributes.- Specified by:
inspectin interfaceIInspectable- Parameters:
inspector- tree inspector to collect and process attributes. This parameter is required.
-
renderProperties
@Stability(Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String, Object> props) - Overrides:
renderPropertiesin classCfnResource- Parameters:
props- This parameter is required.
-
getAttrCreatedAt
The time that a Data Store was created. -
getAttrCreatedAtNanos
-
getAttrCreatedAtSeconds
-
getAttrDatastoreArn
The Data Store ARN is generated during the creation of the Data Store and can be found in the output from the initial Data Store creation request. -
getAttrDatastoreEndpoint
The endpoint for the created Data Store. -
getAttrDatastoreId
The Amazon generated Data Store id.This id is in the output from the initial Data Store creation call.
-
getAttrDatastoreStatus
The status of the FHIR Data Store.Possible statuses are ‘CREATING’, ‘ACTIVE’, ‘DELETING’, ‘DELETED’.
-
getCfnProperties
- Overrides:
getCfnPropertiesin classCfnResource
-
getFhirDatastoreRef
A reference to a FHIRDatastore resource.- Specified by:
getFhirDatastoreRefin interfaceIFHIRDatastoreRef
-
getTags
Tag Manager which manages the tags for this resource. -
getDatastoreTypeVersion
The FHIR release version supported by the data store. -
setDatastoreTypeVersion
The FHIR release version supported by the data store. -
getDatastoreName
The data store name (user-generated). -
setDatastoreName
The data store name (user-generated). -
getIdentityProviderConfiguration
The identity provider configuration selected when the data store was created.Returns union: either
IResolvableorCfnFHIRDatastore.IdentityProviderConfigurationProperty -
setIdentityProviderConfiguration
The identity provider configuration selected when the data store was created. -
setIdentityProviderConfiguration
@Stability(Stable) public void setIdentityProviderConfiguration(@Nullable CfnFHIRDatastore.IdentityProviderConfigurationProperty value) The identity provider configuration selected when the data store was created. -
getPreloadDataConfig
The preloaded Synthea data configuration for the data store.Returns union: either
IResolvableorCfnFHIRDatastore.PreloadDataConfigProperty -
setPreloadDataConfig
The preloaded Synthea data configuration for the data store. -
setPreloadDataConfig
@Stability(Stable) public void setPreloadDataConfig(@Nullable CfnFHIRDatastore.PreloadDataConfigProperty value) The preloaded Synthea data configuration for the data store. -
getSseConfiguration
The server-side encryption key configuration for a customer-provided encryption key specified for creating a data store.Returns union: either
IResolvableorCfnFHIRDatastore.SseConfigurationProperty -
setSseConfiguration
The server-side encryption key configuration for a customer-provided encryption key specified for creating a data store. -
setSseConfiguration
@Stability(Stable) public void setSseConfiguration(@Nullable CfnFHIRDatastore.SseConfigurationProperty value) The server-side encryption key configuration for a customer-provided encryption key specified for creating a data store. -
getTagsRaw
An array of key-value pairs to apply to this resource. -
setTagsRaw
An array of key-value pairs to apply to this resource.
-