Class CfnAssistantPropsMixin.ServerSideEncryptionConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.wisdom.CfnAssistantPropsMixin.ServerSideEncryptionConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnAssistantPropsMixin.ServerSideEncryptionConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAssistantPropsMixin.ServerSideEncryptionConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnAssistantPropsMixin.ServerSideEncryptionConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAssistantPropsMixin.ServerSideEncryptionConfigurationProperty
An implementation for
CfnAssistantPropsMixin.ServerSideEncryptionConfigurationProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.cfnpropertymixins.services.wisdom.CfnAssistantPropsMixin.ServerSideEncryptionConfigurationProperty
CfnAssistantPropsMixin.ServerSideEncryptionConfigurationProperty.Builder, CfnAssistantPropsMixin.ServerSideEncryptionConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnAssistantPropsMixin.ServerSideEncryptionConfigurationProperty.Builder.protectedJsii$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
protected Jsii$Proxy(CfnAssistantPropsMixin.ServerSideEncryptionConfigurationProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnAssistantPropsMixin.ServerSideEncryptionConfigurationProperty.Builder.
-
-
Method Details
-
getKmsKeyId
Description copied from interface:CfnAssistantPropsMixin.ServerSideEncryptionConfigurationPropertyThe customer managed key used for encryption.The customer managed key must have a policy that allows
kms:CreateGrantandkms:DescribeKeypermissions 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:DescribeKeypermissions to theconnect.amazonaws.com.rproxy.govskope.caservice 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:
getKmsKeyIdin interfaceCfnAssistantPropsMixin.ServerSideEncryptionConfigurationProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-