Anomaly

class Anomaly

An unusual cost pattern. This consists of the detailed metadata and the current status of the anomaly object.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The last day the anomaly is detected.

Link copied to clipboard

The unique identifier for the anomaly.

Link copied to clipboard

The latest and maximum score for the anomaly.

Link copied to clipboard

The first day the anomaly is detected.

Link copied to clipboard

The dimension for the anomaly (for example, an Amazon Web Service in a service monitor).

Link copied to clipboard

The feedback value.

Link copied to clipboard

The dollar impact for the anomaly.

Link copied to clipboard

The Amazon Resource Name (ARN) for the cost monitor that generated this anomaly.

Link copied to clipboard

The list of identified root causes for the anomaly.

Functions

Link copied to clipboard
inline fun copy(block: Anomaly.Builder.() -> Unit = {}): Anomaly
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String