public static final class CfnDataCatalogEncryptionSettings.DataCatalogEncryptionSettingsProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnDataCatalogEncryptionSettings.DataCatalogEncryptionSettingsProperty
CfnDataCatalogEncryptionSettings.DataCatalogEncryptionSettingsProperty
CfnDataCatalogEncryptionSettings.DataCatalogEncryptionSettingsProperty.Builder, CfnDataCatalogEncryptionSettings.DataCatalogEncryptionSettingsProperty.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.Object |
getConnectionPasswordEncryption()
When connection password protection is enabled, the Data Catalog uses a customer-provided key to encrypt the password as part of `CreateConnection` or `UpdateConnection` and store it in the `ENCRYPTED_PASSWORD` field in the connection properties.
|
java.lang.Object |
getEncryptionAtRest()
Specifies the encryption-at-rest configuration for the Data Catalog.
|
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.Object getConnectionPasswordEncryption()
CfnDataCatalogEncryptionSettings.DataCatalogEncryptionSettingsProperty
You can enable catalog encryption or only password encryption.
getConnectionPasswordEncryption
in interface CfnDataCatalogEncryptionSettings.DataCatalogEncryptionSettingsProperty
public final java.lang.Object getEncryptionAtRest()
CfnDataCatalogEncryptionSettings.DataCatalogEncryptionSettingsProperty
getEncryptionAtRest
in interface CfnDataCatalogEncryptionSettings.DataCatalogEncryptionSettingsProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()