@Generated(value="jsii-pacmak/1.46.0 (build cd08c55)", date="2021-11-25T20:11:06.749Z") @Stability(value=Stable) public interface CfnFHIRDatastoreProps extends software.amazon.jsii.JsiiSerializable
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.*;
CfnFHIRDatastoreProps cfnFHIRDatastoreProps = CfnFHIRDatastoreProps.builder()
.datastoreTypeVersion("datastoreTypeVersion")
// the properties below are optional
.datastoreName("datastoreName")
.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();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnFHIRDatastoreProps.Builder
A builder for
CfnFHIRDatastoreProps |
static class |
CfnFHIRDatastoreProps.Jsii$Proxy
An implementation for
CfnFHIRDatastoreProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnFHIRDatastoreProps.Builder |
builder() |
default String |
getDatastoreName()
`AWS::HealthLake::FHIRDatastore.DatastoreName`.
|
String |
getDatastoreTypeVersion()
`AWS::HealthLake::FHIRDatastore.DatastoreTypeVersion`.
|
default Object |
getPreloadDataConfig()
`AWS::HealthLake::FHIRDatastore.PreloadDataConfig`.
|
default Object |
getSseConfiguration()
`AWS::HealthLake::FHIRDatastore.SseConfiguration`.
|
default List<CfnTag> |
getTags()
`AWS::HealthLake::FHIRDatastore.Tags`.
|
@Stability(value=Stable) @Nullable default String getDatastoreName()
@Stability(value=Stable) @NotNull String getDatastoreTypeVersion()
@Stability(value=Stable) @Nullable default Object getPreloadDataConfig()
@Stability(value=Stable) @Nullable default Object getSseConfiguration()
@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
@Stability(value=Stable) static CfnFHIRDatastoreProps.Builder builder()
CfnFHIRDatastoreProps.Builder of CfnFHIRDatastorePropsCopyright © 2021. All rights reserved.