@Stability(value=Stable)
public static interface CfnIndex.ServerSideEncryptionConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
// 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()
`CfnIndex.ServerSideEncryptionConfigurationProperty.KmsKeyId`.
|
@Stability(value=Stable) @Nullable default String getKmsKeyId()
@Stability(value=Stable) static CfnIndex.ServerSideEncryptionConfigurationProperty.Builder builder()
Copyright © 2021. All rights reserved.