public static interface CfnFHIRDatastore.PreloadDataConfigProperty
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();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnFHIRDatastore.PreloadDataConfigProperty.Builder
A builder for
CfnFHIRDatastore.PreloadDataConfigProperty |
static class |
CfnFHIRDatastore.PreloadDataConfigProperty.Jsii$Proxy
An implementation for
CfnFHIRDatastore.PreloadDataConfigProperty |
Modifier and Type | Method and Description |
---|---|
static CfnFHIRDatastore.PreloadDataConfigProperty.Builder |
builder() |
java.lang.String |
getPreloadDataType()
The type of preloaded data.
|
java.lang.String getPreloadDataType()
Only Synthea preloaded data is supported.
static CfnFHIRDatastore.PreloadDataConfigProperty.Builder builder()