| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Glue.Types.DataCatalogEncryptionSettings
Description
Synopsis
- data DataCatalogEncryptionSettings = DataCatalogEncryptionSettings' {}
- newDataCatalogEncryptionSettings :: DataCatalogEncryptionSettings
- dataCatalogEncryptionSettings_connectionPasswordEncryption :: Lens' DataCatalogEncryptionSettings (Maybe ConnectionPasswordEncryption)
- dataCatalogEncryptionSettings_encryptionAtRest :: Lens' DataCatalogEncryptionSettings (Maybe EncryptionAtRest)
Documentation
data DataCatalogEncryptionSettings Source #
Contains configuration information for maintaining Data Catalog security.
See: newDataCatalogEncryptionSettings smart constructor.
Constructors
| DataCatalogEncryptionSettings' | |
Fields
| |
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: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.
$sel:encryptionAtRest:DataCatalogEncryptionSettings', dataCatalogEncryptionSettings_encryptionAtRest - 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.
dataCatalogEncryptionSettings_encryptionAtRest :: Lens' DataCatalogEncryptionSettings (Maybe EncryptionAtRest) Source #
Specifies the encryption-at-rest configuration for the Data Catalog.