@Stability(value=Stable)
public static interface CfnFHIRDatastore.SseConfigurationProperty
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.*;
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() |
Object |
getKmsEncryptionConfig()
The server-side encryption key configuration for a customer provided encryption key (CMK).
|
@Stability(value=Stable) @NotNull Object getKmsEncryptionConfig()
@Stability(value=Stable) static CfnFHIRDatastore.SseConfigurationProperty.Builder builder()
Copyright © 2022. All rights reserved.