Package | Description |
---|---|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
ConnectionPasswordEncryption |
ConnectionPasswordEncryption.clone() |
ConnectionPasswordEncryption |
DataCatalogEncryptionSettings.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. |
ConnectionPasswordEncryption |
ConnectionPasswordEncryption.withAwsKmsKeyId(String awsKmsKeyId)
An AWS KMS key that is used to encrypt the connection password.
|
ConnectionPasswordEncryption |
ConnectionPasswordEncryption.withReturnConnectionPasswordEncrypted(Boolean returnConnectionPasswordEncrypted)
When the
ReturnConnectionPasswordEncrypted flag is set to "true", passwords remain encrypted in the
responses of GetConnection and GetConnections . |
Modifier and Type | Method and Description |
---|---|
void |
DataCatalogEncryptionSettings.setConnectionPasswordEncryption(ConnectionPasswordEncryption connectionPasswordEncryption)
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. |
DataCatalogEncryptionSettings |
DataCatalogEncryptionSettings.withConnectionPasswordEncryption(ConnectionPasswordEncryption connectionPasswordEncryption)
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. |
Copyright © 2021. All rights reserved.