@Stability(value=Stable)
public static interface CfnFHIRDatastore.PreloadDataConfigProperty
extends software.amazon.jsii.JsiiSerializable
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() |
String |
getPreloadDataType()
The type of preloaded data.
|
@Stability(value=Stable) @NotNull String getPreloadDataType()
Only Synthea preloaded data is supported.
@Stability(value=Stable) static CfnFHIRDatastore.PreloadDataConfigProperty.Builder builder()
Copyright © 2022. All rights reserved.