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 |
Documentation
data EncryptionAtRest Source #
Specifies the encryption-at-rest configuration for the Data Catalog.
See: newEncryptionAtRest
smart constructor.
EncryptionAtRest' | |
|
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.