Class CfnAssistant.ServerSideEncryptionConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.wisdom.CfnAssistant.ServerSideEncryptionConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnAssistant.ServerSideEncryptionConfigurationProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAssistant.ServerSideEncryptionConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnAssistant.ServerSideEncryptionConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAssistant.ServerSideEncryptionConfigurationProperty
An implementation for
CfnAssistant.ServerSideEncryptionConfigurationProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.wisdom.CfnAssistant.ServerSideEncryptionConfigurationProperty
CfnAssistant.ServerSideEncryptionConfigurationProperty.Builder, CfnAssistant.ServerSideEncryptionConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnAssistant.ServerSideEncryptionConfigurationProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnAssistant.ServerSideEncryptionConfigurationProperty.Builder
.
-
-
Method Details
-
getKmsKeyId
Description copied from interface:CfnAssistant.ServerSideEncryptionConfigurationProperty
The customer managed key used for encryption.The customer managed key must have a policy that allows
kms:CreateGrant
andkms:DescribeKey
permissions to the IAM identity using the key to invoke Wisdom. To use Wisdom with chat, the key policy must also allowkms:Decrypt
,kms:GenerateDataKey*
, andkms:DescribeKey
permissions to theconnect.amazonaws.com
service principal. For more information about setting up a customer managed key for Wisdom, see Enable Amazon Connect Wisdom for your instance . For information about valid ID values, see Key identifiers (KeyId) in the AWS Key Management Service Developer Guide .- Specified by:
getKmsKeyId
in interfaceCfnAssistant.ServerSideEncryptionConfigurationProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-