GetDataCatalogEncryptionSettingsDataCatalogEncryptionSettingConnectionPasswordEncryption

data class GetDataCatalogEncryptionSettingsDataCatalogEncryptionSettingConnectionPasswordEncryption(val awsKmsKeyId: String, val returnConnectionPasswordEncrypted: Boolean)

Constructors

constructor(awsKmsKeyId: String, returnConnectionPasswordEncrypted: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

KMS key ARN that is used to encrypt the connection password.

Link copied to clipboard

When set to true, passwords remain encrypted in the responses of GetConnection and GetConnections. This encryption takes effect independently of the catalog encryption.