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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.glue.CfnDataCatalogEncryptionSettings.ConnectionPasswordEncryptionProperty
CfnDataCatalogEncryptionSettings.ConnectionPasswordEncryptionProperty.Builder, CfnDataCatalogEncryptionSettings.ConnectionPasswordEncryptionProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDataCatalogEncryptionSettings.ConnectionPasswordEncryptionProperty.Builder.protectedJsii$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.JsonNodefinal booleanfinal StringAn AWS KMS key that is used to encrypt the connection password.final ObjectWhen theReturnConnectionPasswordEncryptedflag is set to "true", passwords remain encrypted in the responses ofGetConnectionandGetConnections.final inthashCode()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.ConnectionPasswordEncryptionPropertyAn AWS KMS key that is used to encrypt the connection password.If connection password protection is enabled, the caller of
CreateConnectionandUpdateConnectionneeds at leastkms:Encryptpermission 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:
getKmsKeyIdin interfaceCfnDataCatalogEncryptionSettings.ConnectionPasswordEncryptionProperty
-
getReturnConnectionPasswordEncrypted
Description copied from interface:CfnDataCatalogEncryptionSettings.ConnectionPasswordEncryptionPropertyWhen theReturnConnectionPasswordEncryptedflag is set to "true", passwords remain encrypted in the responses ofGetConnectionandGetConnections.This encryption takes effect independently from catalog encryption.
- Specified by:
getReturnConnectionPasswordEncryptedin interfaceCfnDataCatalogEncryptionSettings.ConnectionPasswordEncryptionProperty
-
$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()
-