libZSservicesZSamazonka-securityhubZSamazonka-securityhub
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.SecurityHub.Types.AwsElasticsearchDomainEncryptionAtRestOptions

Description

 
Synopsis

Documentation

data AwsElasticsearchDomainEncryptionAtRestOptions Source #

Details about the configuration for encryption at rest.

See: newAwsElasticsearchDomainEncryptionAtRestOptions smart constructor.

Constructors

AwsElasticsearchDomainEncryptionAtRestOptions' 

Fields

Instances

Instances details
Eq AwsElasticsearchDomainEncryptionAtRestOptions Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsElasticsearchDomainEncryptionAtRestOptions

Read AwsElasticsearchDomainEncryptionAtRestOptions Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsElasticsearchDomainEncryptionAtRestOptions

Show AwsElasticsearchDomainEncryptionAtRestOptions Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsElasticsearchDomainEncryptionAtRestOptions

Generic AwsElasticsearchDomainEncryptionAtRestOptions Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsElasticsearchDomainEncryptionAtRestOptions

NFData AwsElasticsearchDomainEncryptionAtRestOptions Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsElasticsearchDomainEncryptionAtRestOptions

Hashable AwsElasticsearchDomainEncryptionAtRestOptions Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsElasticsearchDomainEncryptionAtRestOptions

ToJSON AwsElasticsearchDomainEncryptionAtRestOptions Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsElasticsearchDomainEncryptionAtRestOptions

FromJSON AwsElasticsearchDomainEncryptionAtRestOptions Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsElasticsearchDomainEncryptionAtRestOptions

type Rep AwsElasticsearchDomainEncryptionAtRestOptions Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsElasticsearchDomainEncryptionAtRestOptions

type Rep AwsElasticsearchDomainEncryptionAtRestOptions = D1 ('MetaData "AwsElasticsearchDomainEncryptionAtRestOptions" "Amazonka.SecurityHub.Types.AwsElasticsearchDomainEncryptionAtRestOptions" "libZSservicesZSamazonka-securityhubZSamazonka-securityhub" 'False) (C1 ('MetaCons "AwsElasticsearchDomainEncryptionAtRestOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "enabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "kmsKeyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

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.