Observation

Describes an anomaly or error with the application.

Types

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

Properties

Link copied to clipboard

The detail type of the CloudWatch Event-based observation, for example, EC2 Instance State-change Notification.

Link copied to clipboard

The ID of the CloudWatch Event-based observation related to the detected problem.

Link copied to clipboard

The source of the CloudWatch Event.

Link copied to clipboard

The CodeDeploy application to which the deployment belongs.

Link copied to clipboard

The deployment group to which the CodeDeploy deployment belongs.

Link copied to clipboard

The deployment ID of the CodeDeploy-based observation related to the detected problem.

Link copied to clipboard

The instance group to which the CodeDeploy instance belongs.

Link copied to clipboard

The status of the CodeDeploy deployment, for example SUCCESS or FAILURE.

Link copied to clipboard

The cause of an EBS CloudWatch event.

Link copied to clipboard

The type of EBS CloudWatch event, such as createVolume, deleteVolume or attachVolume.

Link copied to clipboard

The request ID of an EBS CloudWatch event.

Link copied to clipboard

The result of an EBS CloudWatch event, such as failed or succeeded.

Link copied to clipboard

The state of the instance, such as STOPPING or TERMINATING.

Link copied to clipboard

The time when the observation ended, in epoch seconds.

Link copied to clipboard

The Amazon Resource Name (ARN) of the Health Event-based observation.

Link copied to clipboard

The description of the Health event provided by the service, such as Amazon EC2.

Link copied to clipboard

The category of the Health event, such as issue.

Link copied to clipboard

The type of the Health event, for example, AWS_EC2_POWER_CONNECTIVITY_ISSUE.

Link copied to clipboard

The service to which the Health Event belongs, such as EC2.

Link copied to clipboard
val id: String?

The ID of the observation type.

Link copied to clipboard

The timestamp in the CloudWatch Logs that specifies when the matched line occurred.

Link copied to clipboard

The log filter of the observation.

Link copied to clipboard

The log group name.

Link copied to clipboard

The log text of the observation.

Link copied to clipboard

The name of the observation metric.

Link copied to clipboard

The namespace of the observation metric.

Link copied to clipboard

The category of an RDS event.

Link copied to clipboard

The message of an RDS event.

Link copied to clipboard

The name of the S3 CloudWatch Event-based observation.

Link copied to clipboard

The source resource ARN of the observation.

Link copied to clipboard

The source type of the observation.

Link copied to clipboard

The time when the observation was first detected, in epoch seconds.

Link copied to clipboard

The Amazon Resource Name (ARN) of the step function-based observation.

Link copied to clipboard

The Amazon Resource Name (ARN) of the step function execution-based observation.

Link copied to clipboard

The input to the step function-based observation.

Link copied to clipboard

The status of the step function-related observation.

Link copied to clipboard
val unit: String?

The unit of the source observation metric.

Link copied to clipboard

The value of the source observation metric.

Link copied to clipboard

The X-Ray request error percentage for this node.

Link copied to clipboard

The X-Ray request fault percentage for this node.

Link copied to clipboard

The name of the X-Ray node.

Link copied to clipboard

The type of the X-Ray node.

Link copied to clipboard

The X-Ray node request average latency for this node.

Link copied to clipboard

The X-Ray request count for this node.

Link copied to clipboard

The X-Ray request throttle percentage for this node.

Functions

Link copied to clipboard
inline fun copy(block: Observation.Builder.() -> Unit = {}): Observation
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