| 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.ElasticSearch.Types.EncryptionAtRestOptions
Description
Documentation
data EncryptionAtRestOptions Source #
Specifies the Encryption At Rest Options.
See: newEncryptionAtRestOptions smart constructor.
Constructors
| EncryptionAtRestOptions' | |
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.