| Package | Description |
|---|---|
| com.amazonaws.services.healthlake.model |
| Modifier and Type | Method and Description |
|---|---|
KmsEncryptionConfig |
KmsEncryptionConfig.clone() |
KmsEncryptionConfig |
SseConfiguration.getKmsEncryptionConfig()
The KMS encryption configuration used to provide details for data encryption.
|
KmsEncryptionConfig |
KmsEncryptionConfig.withCmkType(CmkType cmkType)
The type of customer-managed-key(CMK) used for encyrption.
|
KmsEncryptionConfig |
KmsEncryptionConfig.withCmkType(String cmkType)
The type of customer-managed-key(CMK) used for encyrption.
|
KmsEncryptionConfig |
KmsEncryptionConfig.withKmsKeyId(String kmsKeyId)
The KMS encryption key id/alias used to encrypt the Data Store contents at rest.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SseConfiguration.setKmsEncryptionConfig(KmsEncryptionConfig kmsEncryptionConfig)
The KMS encryption configuration used to provide details for data encryption.
|
SseConfiguration |
SseConfiguration.withKmsEncryptionConfig(KmsEncryptionConfig kmsEncryptionConfig)
The KMS encryption configuration used to provide details for data encryption.
|
Copyright © 2022. All rights reserved.