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
An optional parameter to preload (import) open source Synthea FHIR data upon creation of the data store.
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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forCfnFHIRDatastore.PreloadDataConfigProperty
static final class
An implementation forCfnFHIRDatastore.PreloadDataConfigProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getPreloadDataType
The type of preloaded data.Only Synthea preloaded data is supported.
- See Also:
-
builder
-