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

Description

 
Synopsis

Documentation

data LogsAnomalyDetectionIntegration Source #

Information about the integration of DevOps Guru with CloudWatch log groups for log anomaly detection.

See: newLogsAnomalyDetectionIntegration smart constructor.

Constructors

LogsAnomalyDetectionIntegration' 

Fields

Instances

Instances details
FromJSON LogsAnomalyDetectionIntegration Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.LogsAnomalyDetectionIntegration

Generic LogsAnomalyDetectionIntegration Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.LogsAnomalyDetectionIntegration

Associated Types

type Rep LogsAnomalyDetectionIntegration :: Type -> Type #

Read LogsAnomalyDetectionIntegration Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.LogsAnomalyDetectionIntegration

Show LogsAnomalyDetectionIntegration Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.LogsAnomalyDetectionIntegration

NFData LogsAnomalyDetectionIntegration Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.LogsAnomalyDetectionIntegration

Eq LogsAnomalyDetectionIntegration Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.LogsAnomalyDetectionIntegration

Hashable LogsAnomalyDetectionIntegration Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.LogsAnomalyDetectionIntegration

type Rep LogsAnomalyDetectionIntegration Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.LogsAnomalyDetectionIntegration

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

newLogsAnomalyDetectionIntegration :: LogsAnomalyDetectionIntegration Source #

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

logsAnomalyDetectionIntegration_optInStatus :: Lens' LogsAnomalyDetectionIntegration (Maybe OptInStatus) Source #

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