| 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.LogsAnomalyDetectionIntegrationConfig
Description
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
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.