public static interface CfnFHIRDatastore.SseConfigurationProperty
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.*; SseConfigurationProperty sseConfigurationProperty = SseConfigurationProperty.builder() .kmsEncryptionConfig(KmsEncryptionConfigProperty.builder() .cmkType("cmkType") // the properties below are optional .kmsKeyId("kmsKeyId") .build()) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnFHIRDatastore.SseConfigurationProperty.Builder
A builder for
CfnFHIRDatastore.SseConfigurationProperty |
static class |
CfnFHIRDatastore.SseConfigurationProperty.Jsii$Proxy
An implementation for
CfnFHIRDatastore.SseConfigurationProperty |
Modifier and Type | Method and Description |
---|---|
static CfnFHIRDatastore.SseConfigurationProperty.Builder |
builder() |
java.lang.Object |
getKmsEncryptionConfig()
The server-side encryption key configuration for a customer provided encryption key (CMK).
|
java.lang.Object getKmsEncryptionConfig()
static CfnFHIRDatastore.SseConfigurationProperty.Builder builder()