Interface CfnFHIRDatastore.PreloadDataConfigProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnFHIRDatastore.PreloadDataConfigProperty.Jsii$Proxy
Enclosing class:
CfnFHIRDatastore

@Stability(Stable) public static interface CfnFHIRDatastore.PreloadDataConfigProperty extends software.amazon.jsii.JsiiSerializable
Optional parameter to preload data upon creation of the data store.

Currently, the only supported preloaded data is synthetic data generated from Synthea.

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.*;
 PreloadDataConfigProperty preloadDataConfigProperty = PreloadDataConfigProperty.builder()
         .preloadDataType("preloadDataType")
         .build();
 

See Also: