@Stability(value=Stable)
public static interface CfnIndex.ServerSideEncryptionConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
We suggest that you use a CMK from your account to help secure your index. Amazon Kendra doesn't support asymmetric CMKs.
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.kendra.*;
ServerSideEncryptionConfigurationProperty serverSideEncryptionConfigurationProperty = ServerSideEncryptionConfigurationProperty.builder()
.kmsKeyId("kmsKeyId")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnIndex.ServerSideEncryptionConfigurationProperty.Builder
A builder for
CfnIndex.ServerSideEncryptionConfigurationProperty |
static class |
CfnIndex.ServerSideEncryptionConfigurationProperty.Jsii$Proxy
An implementation for
CfnIndex.ServerSideEncryptionConfigurationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnIndex.ServerSideEncryptionConfigurationProperty.Builder |
builder() |
default String |
getKmsKeyId()
The identifier of the AWS KMS key .
|
@Stability(value=Stable) @Nullable default String getKmsKeyId()
Amazon Kendra doesn't support asymmetric keys.
@Stability(value=Stable) static CfnIndex.ServerSideEncryptionConfigurationProperty.Builder builder()
Copyright © 2022. All rights reserved.