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.AwsOpenSearchServiceDomainLogPublishingOptionsDetails

Description

 
Synopsis

Documentation

data AwsOpenSearchServiceDomainLogPublishingOptionsDetails Source #

Configures the CloudWatch Logs to publish for the OpenSearch domain.

See: newAwsOpenSearchServiceDomainLogPublishingOptionsDetails smart constructor.

Constructors

AwsOpenSearchServiceDomainLogPublishingOptionsDetails' 

Fields

Instances

Instances details
Eq AwsOpenSearchServiceDomainLogPublishingOptionsDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsOpenSearchServiceDomainLogPublishingOptionsDetails

Read AwsOpenSearchServiceDomainLogPublishingOptionsDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsOpenSearchServiceDomainLogPublishingOptionsDetails

Show AwsOpenSearchServiceDomainLogPublishingOptionsDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsOpenSearchServiceDomainLogPublishingOptionsDetails

Generic AwsOpenSearchServiceDomainLogPublishingOptionsDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsOpenSearchServiceDomainLogPublishingOptionsDetails

NFData AwsOpenSearchServiceDomainLogPublishingOptionsDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsOpenSearchServiceDomainLogPublishingOptionsDetails

Hashable AwsOpenSearchServiceDomainLogPublishingOptionsDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsOpenSearchServiceDomainLogPublishingOptionsDetails

ToJSON AwsOpenSearchServiceDomainLogPublishingOptionsDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsOpenSearchServiceDomainLogPublishingOptionsDetails

FromJSON AwsOpenSearchServiceDomainLogPublishingOptionsDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsOpenSearchServiceDomainLogPublishingOptionsDetails

type Rep AwsOpenSearchServiceDomainLogPublishingOptionsDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsOpenSearchServiceDomainLogPublishingOptionsDetails

type Rep AwsOpenSearchServiceDomainLogPublishingOptionsDetails = D1 ('MetaData "AwsOpenSearchServiceDomainLogPublishingOptionsDetails" "Amazonka.SecurityHub.Types.AwsOpenSearchServiceDomainLogPublishingOptionsDetails" "libZSservicesZSamazonka-securityhubZSamazonka-securityhub" 'False) (C1 ('MetaCons "AwsOpenSearchServiceDomainLogPublishingOptionsDetails'" 'PrefixI 'True) (S1 ('MetaSel ('Just "indexSlowLogs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AwsOpenSearchServiceDomainLogPublishingOption)) :*: (S1 ('MetaSel ('Just "searchSlowLogs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AwsOpenSearchServiceDomainLogPublishingOption)) :*: S1 ('MetaSel ('Just "auditLogs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AwsOpenSearchServiceDomainLogPublishingOption)))))