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 |
Synopsis
- data AwsElasticsearchDomainEncryptionAtRestOptions = AwsElasticsearchDomainEncryptionAtRestOptions' {}
- newAwsElasticsearchDomainEncryptionAtRestOptions :: AwsElasticsearchDomainEncryptionAtRestOptions
- awsElasticsearchDomainEncryptionAtRestOptions_enabled :: Lens' AwsElasticsearchDomainEncryptionAtRestOptions (Maybe Bool)
- awsElasticsearchDomainEncryptionAtRestOptions_kmsKeyId :: Lens' AwsElasticsearchDomainEncryptionAtRestOptions (Maybe Text)
Documentation
data AwsElasticsearchDomainEncryptionAtRestOptions Source #
Details about the configuration for encryption at rest.
See: newAwsElasticsearchDomainEncryptionAtRestOptions
smart constructor.
Instances
newAwsElasticsearchDomainEncryptionAtRestOptions :: AwsElasticsearchDomainEncryptionAtRestOptions Source #
Create a value of AwsElasticsearchDomainEncryptionAtRestOptions
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:AwsElasticsearchDomainEncryptionAtRestOptions'
, awsElasticsearchDomainEncryptionAtRestOptions_enabled
- Whether encryption at rest is enabled.
$sel:kmsKeyId:AwsElasticsearchDomainEncryptionAtRestOptions'
, awsElasticsearchDomainEncryptionAtRestOptions_kmsKeyId
- The KMS key ID. Takes the form 1a2a3a4-1a2a-3a4a-5a6a-1a2a3a4a5a6a.
awsElasticsearchDomainEncryptionAtRestOptions_enabled :: Lens' AwsElasticsearchDomainEncryptionAtRestOptions (Maybe Bool) Source #
Whether encryption at rest is enabled.
awsElasticsearchDomainEncryptionAtRestOptions_kmsKeyId :: Lens' AwsElasticsearchDomainEncryptionAtRestOptions (Maybe Text) Source #
The KMS key ID. Takes the form 1a2a3a4-1a2a-3a4a-5a6a-1a2a3a4a5a6a.