Interface CfnFHIRDatastorePropsMixin.SseConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnFHIRDatastorePropsMixin.SseConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnFHIRDatastorePropsMixin
@Stability(Stable)
public static interface CfnFHIRDatastorePropsMixin.SseConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
The server-side encryption key configuration for a customer-provided encryption key.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.healthlake.*;
SseConfigurationProperty sseConfigurationProperty = SseConfigurationProperty.builder()
.kmsEncryptionConfig(KmsEncryptionConfigProperty.builder()
.cmkType("cmkType")
.kmsKeyId("kmsKeyId")
.build())
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnFHIRDatastorePropsMixin.SseConfigurationPropertystatic final classAn implementation forCfnFHIRDatastorePropsMixin.SseConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getKmsEncryptionConfig
The server-side encryption key configuration for a customer provided encryption key.Returns union: either
IResolvableorCfnFHIRDatastorePropsMixin.KmsEncryptionConfigProperty- See Also:
-
builder
-