@Stability(value=Stable)
public static interface CfnDomain.ServerSideEncryptionConfigurationProperty
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.voiceid.*;
ServerSideEncryptionConfigurationProperty serverSideEncryptionConfigurationProperty = ServerSideEncryptionConfigurationProperty.builder()
.kmsKeyId("kmsKeyId")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDomain.ServerSideEncryptionConfigurationProperty.Builder
A builder for
CfnDomain.ServerSideEncryptionConfigurationProperty |
static class |
CfnDomain.ServerSideEncryptionConfigurationProperty.Jsii$Proxy
An implementation for
CfnDomain.ServerSideEncryptionConfigurationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnDomain.ServerSideEncryptionConfigurationProperty.Builder |
builder() |
String |
getKmsKeyId()
The identifier of the KMS Key you want Voice ID to use to encrypt your data.
|
@Stability(value=Stable) @NotNull String getKmsKeyId()
@Stability(value=Stable) static CfnDomain.ServerSideEncryptionConfigurationProperty.Builder builder()
Copyright © 2022. All rights reserved.