| 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.LogAnomalyShowcase
Description
Documentation
data LogAnomalyShowcase Source #
A cluster of similar anomalous log events found within a log group.
See: newLogAnomalyShowcase smart constructor.
Constructors
| LogAnomalyShowcase' | |
Fields
| |
Instances
newLogAnomalyShowcase :: LogAnomalyShowcase Source #
Create a value of LogAnomalyShowcase 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:logAnomalyClasses:LogAnomalyShowcase', logAnomalyShowcase_logAnomalyClasses - A list of anomalous log events that may be related.
logAnomalyShowcase_logAnomalyClasses :: Lens' LogAnomalyShowcase (Maybe [LogAnomalyClass]) Source #
A list of anomalous log events that may be related.