Class CfnDataCatalogEncryptionSettings.ConnectionPasswordEncryptionProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.glue.CfnDataCatalogEncryptionSettings.ConnectionPasswordEncryptionProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDataCatalogEncryptionSettings.ConnectionPasswordEncryptionProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDataCatalogEncryptionSettings.ConnectionPasswordEncryptionProperty
@Stability(Stable)
@Internal
public static final class CfnDataCatalogEncryptionSettings.ConnectionPasswordEncryptionProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDataCatalogEncryptionSettings.ConnectionPasswordEncryptionProperty
An implementation for
CfnDataCatalogEncryptionSettings.ConnectionPasswordEncryptionProperty
-
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.glue.CfnDataCatalogEncryptionSettings.ConnectionPasswordEncryptionProperty
CfnDataCatalogEncryptionSettings.ConnectionPasswordEncryptionProperty.Builder, CfnDataCatalogEncryptionSettings.ConnectionPasswordEncryptionProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnDataCatalogEncryptionSettings.ConnectionPasswordEncryptionProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final String
An AWS KMS key that is used to encrypt the connection password.final Object
When theReturnConnectionPasswordEncrypted
flag is set to "true", passwords remain encrypted in the responses ofGetConnection
andGetConnections
.final int
hashCode()
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(CfnDataCatalogEncryptionSettings.ConnectionPasswordEncryptionProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnDataCatalogEncryptionSettings.ConnectionPasswordEncryptionProperty.Builder
.
-
-
Method Details
-
getKmsKeyId
Description copied from interface:CfnDataCatalogEncryptionSettings.ConnectionPasswordEncryptionProperty
An AWS KMS key that is used to encrypt the connection password.If connection password protection is enabled, the caller of
CreateConnection
andUpdateConnection
needs at leastkms:Encrypt
permission on the specified AWS KMS key, to encrypt passwords before storing them in the Data Catalog. You can set the decrypt permission to enable or restrict access on the password key according to your security requirements.- Specified by:
getKmsKeyId
in interfaceCfnDataCatalogEncryptionSettings.ConnectionPasswordEncryptionProperty
- See Also:
-
getReturnConnectionPasswordEncrypted
Description copied from interface:CfnDataCatalogEncryptionSettings.ConnectionPasswordEncryptionProperty
When theReturnConnectionPasswordEncrypted
flag is set to "true", passwords remain encrypted in the responses ofGetConnection
andGetConnections
.This encryption takes effect independently from catalog encryption.
- Specified by:
getReturnConnectionPasswordEncrypted
in interfaceCfnDataCatalogEncryptionSettings.ConnectionPasswordEncryptionProperty
- 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()
-