public static final class CfnDataCatalogEncryptionSettings.ConnectionPasswordEncryptionProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnDataCatalogEncryptionSettings.ConnectionPasswordEncryptionProperty
CfnDataCatalogEncryptionSettings.ConnectionPasswordEncryptionProperty
CfnDataCatalogEncryptionSettings.ConnectionPasswordEncryptionProperty.Builder, CfnDataCatalogEncryptionSettings.ConnectionPasswordEncryptionProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getKmsKeyId()
An AWS KMS key that is used to encrypt the connection password.
|
java.lang.Object |
getReturnConnectionPasswordEncrypted()
When the `ReturnConnectionPasswordEncrypted` flag is set to "true", passwords remain encrypted in the responses of `GetConnection` and `GetConnections` .
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getKmsKeyId()
CfnDataCatalogEncryptionSettings.ConnectionPasswordEncryptionProperty
If connection password protection is enabled, the caller of CreateConnection
and UpdateConnection
needs at least kms: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.
getKmsKeyId
in interface CfnDataCatalogEncryptionSettings.ConnectionPasswordEncryptionProperty
public final java.lang.Object getReturnConnectionPasswordEncrypted()
CfnDataCatalogEncryptionSettings.ConnectionPasswordEncryptionProperty
This encryption takes effect independently from catalog encryption.
getReturnConnectionPasswordEncrypted
in interface CfnDataCatalogEncryptionSettings.ConnectionPasswordEncryptionProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()