| 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.EncryptionAtRest
Description
Documentation
data EncryptionAtRest Source #
Specifies the encryption-at-rest configuration for the Data Catalog.
See: newEncryptionAtRest smart constructor.
Constructors
| EncryptionAtRest' | |
Fields
| |
Instances
Create a value of EncryptionAtRest 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:sseAwsKmsKeyId:EncryptionAtRest', encryptionAtRest_sseAwsKmsKeyId - The ID of the KMS key to use for encryption at rest.
$sel:catalogEncryptionMode:EncryptionAtRest', encryptionAtRest_catalogEncryptionMode - The encryption-at-rest mode for encrypting Data Catalog data.
encryptionAtRest_sseAwsKmsKeyId :: Lens' EncryptionAtRest (Maybe Text) Source #
The ID of the KMS key to use for encryption at rest.
encryptionAtRest_catalogEncryptionMode :: Lens' EncryptionAtRest CatalogEncryptionMode Source #
The encryption-at-rest mode for encrypting Data Catalog data.