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

Description

 
Synopsis

Documentation

data AwsElasticsearchDomainLogPublishingOptionsLogConfig Source #

The log configuration.

See: newAwsElasticsearchDomainLogPublishingOptionsLogConfig smart constructor.

Constructors

AwsElasticsearchDomainLogPublishingOptionsLogConfig' 

Fields

Instances

Instances details
Eq AwsElasticsearchDomainLogPublishingOptionsLogConfig Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsElasticsearchDomainLogPublishingOptionsLogConfig

Read AwsElasticsearchDomainLogPublishingOptionsLogConfig Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsElasticsearchDomainLogPublishingOptionsLogConfig

Show AwsElasticsearchDomainLogPublishingOptionsLogConfig Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsElasticsearchDomainLogPublishingOptionsLogConfig

Generic AwsElasticsearchDomainLogPublishingOptionsLogConfig Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsElasticsearchDomainLogPublishingOptionsLogConfig

NFData AwsElasticsearchDomainLogPublishingOptionsLogConfig Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsElasticsearchDomainLogPublishingOptionsLogConfig

Hashable AwsElasticsearchDomainLogPublishingOptionsLogConfig Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsElasticsearchDomainLogPublishingOptionsLogConfig

ToJSON AwsElasticsearchDomainLogPublishingOptionsLogConfig Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsElasticsearchDomainLogPublishingOptionsLogConfig

FromJSON AwsElasticsearchDomainLogPublishingOptionsLogConfig Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsElasticsearchDomainLogPublishingOptionsLogConfig

type Rep AwsElasticsearchDomainLogPublishingOptionsLogConfig Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsElasticsearchDomainLogPublishingOptionsLogConfig

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

newAwsElasticsearchDomainLogPublishingOptionsLogConfig :: AwsElasticsearchDomainLogPublishingOptionsLogConfig Source #

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

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