amazonka-devops-guru-2.0: Amazon DevOps Guru SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.DevOpsGuru.Types.LogsAnomalyDetectionIntegrationConfig

Description

 
Synopsis

Documentation

data LogsAnomalyDetectionIntegrationConfig Source #

Information about the integration of DevOps Guru with CloudWatch log groups for log anomaly detection. You can use this to update the configuration.

See: newLogsAnomalyDetectionIntegrationConfig smart constructor.

Constructors

LogsAnomalyDetectionIntegrationConfig' 

Fields

Instances

Instances details
ToJSON LogsAnomalyDetectionIntegrationConfig Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.LogsAnomalyDetectionIntegrationConfig

Generic LogsAnomalyDetectionIntegrationConfig Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.LogsAnomalyDetectionIntegrationConfig

Read LogsAnomalyDetectionIntegrationConfig Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.LogsAnomalyDetectionIntegrationConfig

Show LogsAnomalyDetectionIntegrationConfig Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.LogsAnomalyDetectionIntegrationConfig

NFData LogsAnomalyDetectionIntegrationConfig Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.LogsAnomalyDetectionIntegrationConfig

Eq LogsAnomalyDetectionIntegrationConfig Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.LogsAnomalyDetectionIntegrationConfig

Hashable LogsAnomalyDetectionIntegrationConfig Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.LogsAnomalyDetectionIntegrationConfig

type Rep LogsAnomalyDetectionIntegrationConfig Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.LogsAnomalyDetectionIntegrationConfig

type Rep LogsAnomalyDetectionIntegrationConfig = D1 ('MetaData "LogsAnomalyDetectionIntegrationConfig" "Amazonka.DevOpsGuru.Types.LogsAnomalyDetectionIntegrationConfig" "amazonka-devops-guru-2.0-C03FLSgo73f1Pu5ftIREHS" 'False) (C1 ('MetaCons "LogsAnomalyDetectionIntegrationConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "optInStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OptInStatus))))

newLogsAnomalyDetectionIntegrationConfig :: LogsAnomalyDetectionIntegrationConfig Source #

Create a value of LogsAnomalyDetectionIntegrationConfig 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:optInStatus:LogsAnomalyDetectionIntegrationConfig', logsAnomalyDetectionIntegrationConfig_optInStatus - Specifies if DevOps Guru is configured to perform log anomaly detection on CloudWatch log groups.

logsAnomalyDetectionIntegrationConfig_optInStatus :: Lens' LogsAnomalyDetectionIntegrationConfig (Maybe OptInStatus) Source #

Specifies if DevOps Guru is configured to perform log anomaly detection on CloudWatch log groups.