Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Amazonka.DevOpsGuru.Types.LogsAnomalyDetectionIntegration
Description
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
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.