| 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.AnomalySourceMetadata
Description
Synopsis
- data AnomalySourceMetadata = AnomalySourceMetadata' {}
- newAnomalySourceMetadata :: AnomalySourceMetadata
- anomalySourceMetadata_source :: Lens' AnomalySourceMetadata (Maybe Text)
- anomalySourceMetadata_sourceResourceName :: Lens' AnomalySourceMetadata (Maybe Text)
- anomalySourceMetadata_sourceResourceType :: Lens' AnomalySourceMetadata (Maybe Text)
Documentation
data AnomalySourceMetadata Source #
Metadata about the detection source that generates proactive anomalies. The anomaly is detected using analysis of the metric data over a period of time
See: newAnomalySourceMetadata smart constructor.
Constructors
| AnomalySourceMetadata' | |
Fields
| |
Instances
newAnomalySourceMetadata :: AnomalySourceMetadata Source #
Create a value of AnomalySourceMetadata 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:source:AnomalySourceMetadata', anomalySourceMetadata_source - The source of the anomaly.
$sel:sourceResourceName:AnomalySourceMetadata', anomalySourceMetadata_sourceResourceName - The name of the anomaly's resource.
$sel:sourceResourceType:AnomalySourceMetadata', anomalySourceMetadata_sourceResourceType - The anomaly's resource type.
anomalySourceMetadata_source :: Lens' AnomalySourceMetadata (Maybe Text) Source #
The source of the anomaly.
anomalySourceMetadata_sourceResourceName :: Lens' AnomalySourceMetadata (Maybe Text) Source #
The name of the anomaly's resource.
anomalySourceMetadata_sourceResourceType :: Lens' AnomalySourceMetadata (Maybe Text) Source #
The anomaly's resource type.