ProactiveAnomalySummary
Details about a proactive anomaly. This object is returned by
DescribeAnomaly.
Contents
- AnomalyReportedTimeRange
-
An
AnomalyReportedTimeRange
object that specifies the time range between when the anomaly is opened and the time when it is closed.Type: AnomalyReportedTimeRange object
Required: No
- AnomalyResources
-
Information about a resource in which DevOps Guru detected anomalous behavior.
Type: Array of AnomalyResource objects
Required: No
- AnomalyTimeRange
-
A time range that specifies when the observed unusual behavior in an anomaly started and ended. This is different from
AnomalyReportedTimeRange
, which specifies the time range when DevOps Guru opens and then closes an anomaly.Type: AnomalyTimeRange object
Required: No
- AssociatedInsightId
-
The ID of the insight that contains this anomaly. An insight is composed of related anomalies.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 100.
Pattern:
^[\w-]*$
Required: No
- Description
-
A description of the proactive anomaly.
Type: String
Required: No
- Id
-
The ID of the anomaly.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 100.
Pattern:
^[\w~.-]*$
Required: No
- Limit
-
A threshold that was exceeded by behavior in analyzed resources. Exceeding this threshold is related to the anomalous behavior that generated this anomaly.
Type: Double
Required: No
- PredictionTimeRange
-
The time range during which anomalous behavior in a proactive anomaly or an insight is expected to occur.
Type: PredictionTimeRange object
Required: No
- ResourceCollection
-
A collection of AWS resources supported by DevOps Guru. The two types of AWS resource collections supported are AWS CloudFormation stacks and AWS resources that contain the same AWS tag. DevOps Guru can be configured to analyze the AWS resources that are defined in the stacks or that are tagged using the same tag key. You can specify up to 1000 AWS CloudFormation stacks.
Type: ResourceCollection object
Required: No
- Severity
-
The severity of the anomaly. The severity of anomalies that generate an insight determine that insight's severity. For more information, see Understanding insight severities in the Amazon DevOps Guru User Guide.
Type: String
Valid Values:
LOW | MEDIUM | HIGH
Required: No
- SourceDetails
-
Details about the source of the analyzed operational data that triggered the anomaly. The one supported source is Amazon CloudWatch metrics.
Type: AnomalySourceDetails object
Required: No
- SourceMetadata
-
The metadata of the source which detects proactive anomalies.
Type: AnomalySourceMetadata object
Required: No
- Status
-
The status of the anomaly.
Type: String
Valid Values:
ONGOING | CLOSED
Required: No
- UpdateTime
-
The time of the anomaly's most recent update.
Type: Timestamp
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: