| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
ConnectionPasswordEncryption.Builder |
ConnectionPasswordEncryption.Builder.awsKmsKeyId(String awsKmsKeyId)
An KMS key that is used to encrypt the connection password.
|
static ConnectionPasswordEncryption.Builder |
ConnectionPasswordEncryption.builder() |
ConnectionPasswordEncryption.Builder |
ConnectionPasswordEncryption.Builder.returnConnectionPasswordEncrypted(Boolean returnConnectionPasswordEncrypted)
When the
ReturnConnectionPasswordEncrypted flag is set to "true", passwords remain encrypted in
the responses of GetConnection and GetConnections. |
ConnectionPasswordEncryption.Builder |
ConnectionPasswordEncryption.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ConnectionPasswordEncryption.Builder> |
ConnectionPasswordEncryption.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DataCatalogEncryptionSettings.Builder |
DataCatalogEncryptionSettings.Builder.connectionPasswordEncryption(Consumer<ConnectionPasswordEncryption.Builder> 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 © 2023. All rights reserved.