Get Data Catalog Encryption Settings Data Catalog Encryption Setting
data class GetDataCatalogEncryptionSettingsDataCatalogEncryptionSetting(val connectionPasswordEncryptions: List<GetDataCatalogEncryptionSettingsDataCatalogEncryptionSettingConnectionPasswordEncryption>, val encryptionAtRests: List<GetDataCatalogEncryptionSettingsDataCatalogEncryptionSettingEncryptionAtRest>)
Constructors
Link copied to clipboard
constructor(connectionPasswordEncryptions: List<GetDataCatalogEncryptionSettingsDataCatalogEncryptionSettingConnectionPasswordEncryption>, encryptionAtRests: List<GetDataCatalogEncryptionSettingsDataCatalogEncryptionSettingEncryptionAtRest>)
Properties
Link copied to clipboard
val connectionPasswordEncryptions: List<GetDataCatalogEncryptionSettingsDataCatalogEncryptionSettingConnectionPasswordEncryption>
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. You can enable catalog encryption or only password encryption. see Connection Password Encryption.
Link copied to clipboard
val encryptionAtRests: List<GetDataCatalogEncryptionSettingsDataCatalogEncryptionSettingEncryptionAtRest>
Encryption-at-rest configuration for the Data Catalog. see Encryption At Rest.