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

Description

 
Synopsis

Documentation

data AwsOpenSearchServiceDomainLogPublishingOption Source #

Configuration details for a log publishing option.

See: newAwsOpenSearchServiceDomainLogPublishingOption smart constructor.

Constructors

AwsOpenSearchServiceDomainLogPublishingOption' 

Fields

Instances

Instances details
Eq AwsOpenSearchServiceDomainLogPublishingOption Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsOpenSearchServiceDomainLogPublishingOption

Read AwsOpenSearchServiceDomainLogPublishingOption Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsOpenSearchServiceDomainLogPublishingOption

Show AwsOpenSearchServiceDomainLogPublishingOption Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsOpenSearchServiceDomainLogPublishingOption

Generic AwsOpenSearchServiceDomainLogPublishingOption Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsOpenSearchServiceDomainLogPublishingOption

NFData AwsOpenSearchServiceDomainLogPublishingOption Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsOpenSearchServiceDomainLogPublishingOption

Hashable AwsOpenSearchServiceDomainLogPublishingOption Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsOpenSearchServiceDomainLogPublishingOption

ToJSON AwsOpenSearchServiceDomainLogPublishingOption Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsOpenSearchServiceDomainLogPublishingOption

FromJSON AwsOpenSearchServiceDomainLogPublishingOption Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsOpenSearchServiceDomainLogPublishingOption

type Rep AwsOpenSearchServiceDomainLogPublishingOption Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsOpenSearchServiceDomainLogPublishingOption

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

newAwsOpenSearchServiceDomainLogPublishingOption :: AwsOpenSearchServiceDomainLogPublishingOption Source #

Create a value of AwsOpenSearchServiceDomainLogPublishingOption 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:AwsOpenSearchServiceDomainLogPublishingOption', awsOpenSearchServiceDomainLogPublishingOption_enabled - Whether the log publishing is enabled.

$sel:cloudWatchLogsLogGroupArn:AwsOpenSearchServiceDomainLogPublishingOption', awsOpenSearchServiceDomainLogPublishingOption_cloudWatchLogsLogGroupArn - The ARN of the CloudWatch Logs group to publish the logs to.