public static interface ConnectionPasswordEncryption.Builder extends SdkPojo, CopyableBuilder<ConnectionPasswordEncryption.Builder,ConnectionPasswordEncryption>
Modifier and Type | Method and Description |
---|---|
ConnectionPasswordEncryption.Builder |
awsKmsKeyId(String awsKmsKeyId)
An AWS KMS key that is used to encrypt the connection password.
|
ConnectionPasswordEncryption.Builder |
returnConnectionPasswordEncrypted(Boolean returnConnectionPasswordEncrypted)
When the
ReturnConnectionPasswordEncrypted flag is set to "true", passwords remain encrypted in
the responses of GetConnection and GetConnections . |
equalsBySdkFields, sdkFields
copy
applyMutation, build
ConnectionPasswordEncryption.Builder returnConnectionPasswordEncrypted(Boolean returnConnectionPasswordEncrypted)
When the ReturnConnectionPasswordEncrypted
flag is set to "true", passwords remain encrypted in
the responses of GetConnection
and GetConnections
. This encryption takes effect
independently from catalog encryption.
returnConnectionPasswordEncrypted
- When the ReturnConnectionPasswordEncrypted
flag is set to "true", passwords remain
encrypted in the responses of GetConnection
and GetConnections
. This
encryption takes effect independently from catalog encryption.ConnectionPasswordEncryption.Builder awsKmsKeyId(String awsKmsKeyId)
An AWS KMS key that is used to encrypt the connection password.
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.
awsKmsKeyId
- An AWS KMS key that is used to encrypt the connection password.
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.
Copyright © 2020. All rights reserved.