Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data DataCatalogEncryptionSettings = DataCatalogEncryptionSettings' {}
- newDataCatalogEncryptionSettings :: DataCatalogEncryptionSettings
- dataCatalogEncryptionSettings_encryptionAtRest :: Lens' DataCatalogEncryptionSettings (Maybe EncryptionAtRest)
- dataCatalogEncryptionSettings_connectionPasswordEncryption :: Lens' DataCatalogEncryptionSettings (Maybe ConnectionPasswordEncryption)
Documentation
data DataCatalogEncryptionSettings Source #
Contains configuration information for maintaining Data Catalog security.
See: newDataCatalogEncryptionSettings
smart constructor.
DataCatalogEncryptionSettings' | |
|
Instances
newDataCatalogEncryptionSettings :: DataCatalogEncryptionSettings Source #
Create a value of DataCatalogEncryptionSettings
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:encryptionAtRest:DataCatalogEncryptionSettings'
, dataCatalogEncryptionSettings_encryptionAtRest
- Specifies the encryption-at-rest configuration for the Data Catalog.
$sel:connectionPasswordEncryption:DataCatalogEncryptionSettings'
, dataCatalogEncryptionSettings_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. You can enable
catalog encryption or only password encryption.
dataCatalogEncryptionSettings_encryptionAtRest :: Lens' DataCatalogEncryptionSettings (Maybe EncryptionAtRest) Source #
Specifies the encryption-at-rest configuration for the Data Catalog.
dataCatalogEncryptionSettings_connectionPasswordEncryption :: Lens' DataCatalogEncryptionSettings (Maybe ConnectionPasswordEncryption) Source #
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.