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 EncryptionAtRestOptions Source #
Specifies the Encryption At Rest Options.
See: newEncryptionAtRestOptions
smart constructor.
Instances
newEncryptionAtRestOptions :: EncryptionAtRestOptions Source #
Create a value of EncryptionAtRestOptions
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:enabled:EncryptionAtRestOptions'
, encryptionAtRestOptions_enabled
- Specifies the option to enable Encryption At Rest.
$sel:kmsKeyId:EncryptionAtRestOptions'
, encryptionAtRestOptions_kmsKeyId
- Specifies the KMS Key ID for Encryption At Rest options.
encryptionAtRestOptions_enabled :: Lens' EncryptionAtRestOptions (Maybe Bool) Source #
Specifies the option to enable Encryption At Rest.
encryptionAtRestOptions_kmsKeyId :: Lens' EncryptionAtRestOptions (Maybe Text) Source #
Specifies the KMS Key ID for Encryption At Rest options.