Interface CfnAssistant.ServerSideEncryptionConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAssistant.ServerSideEncryptionConfigurationProperty.Jsii$Proxy
- Enclosing class:
- CfnAssistant
@Stability(Stable)
public static interface CfnAssistant.ServerSideEncryptionConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
The KMS key used for encryption.
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.wisdom.*;
ServerSideEncryptionConfigurationProperty serverSideEncryptionConfigurationProperty = ServerSideEncryptionConfigurationProperty.builder()
.kmsKeyId("kmsKeyId")
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnAssistant.ServerSideEncryptionConfigurationPropertystatic final classAn implementation forCfnAssistant.ServerSideEncryptionConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getKmsKeyId
The KMS key .For information about valid ID values, see Key identifiers (KeyId) in the AWS Key Management Service Developer Guide .
-
builder
-