OpsItem

class OpsItem

Operations engineers and IT professionals use Amazon Web Services Systems Manager OpsCenter to view, investigate, and remediate operational work items (OpsItems) impacting the performance and health of their Amazon Web Services resources. OpsCenter is integrated with Amazon EventBridge and Amazon CloudWatch. This means you can configure these services to automatically create an OpsItem in OpsCenter when a CloudWatch alarm enters the ALARM state or when EventBridge processes an event from any Amazon Web Services service that publishes events. Configuring Amazon CloudWatch alarms and EventBridge events to automatically create OpsItems allows you to quickly diagnose and remediate issues with Amazon Web Services resources from a single console.

To help you diagnose issues, each OpsItem includes contextually relevant information such as the name and ID of the Amazon Web Services resource that generated the OpsItem, alarm or event details, alarm history, and an alarm timeline graph. For the Amazon Web Services resource, OpsCenter aggregates information from Config, CloudTrail logs, and EventBridge, so you don't have to navigate across multiple console pages during your investigation. For more information, see OpsCenter in the Amazon Web Services Systems Manager User Guide.

Types

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

Properties

Link copied to clipboard

The time a runbook workflow ended. Currently reported only for the OpsItem type /aws/changerequest.

Link copied to clipboard

The time a runbook workflow started. Currently reported only for the OpsItem type /aws/changerequest.

Link copied to clipboard

An OpsItem category. Category options include: Availability, Cost, Performance, Recovery, Security.

Link copied to clipboard

The ARN of the Amazon Web Services account that created the OpsItem.

Link copied to clipboard

The date and time the OpsItem was created.

Link copied to clipboard

The OpsItem description.

Link copied to clipboard

The ARN of the Amazon Web Services account that last updated the OpsItem.

Link copied to clipboard

The date and time the OpsItem was last updated.

Link copied to clipboard

The Amazon Resource Name (ARN) of an Amazon Simple Notification Service (Amazon SNS) topic where notifications are sent when this OpsItem is edited or changed.

Link copied to clipboard

Operational data is custom data that provides useful reference details about the OpsItem. For example, you can specify log files, error strings, license keys, troubleshooting tips, or other relevant data. You enter operational data as key-value pairs. The key has a maximum length of 128 characters. The value has a maximum size of 20 KB.

Link copied to clipboard

The OpsItem Amazon Resource Name (ARN).

Link copied to clipboard

The ID of the OpsItem.

Link copied to clipboard

The type of OpsItem. Systems Manager supports the following types of OpsItems:

Link copied to clipboard

The time specified in a change request for a runbook workflow to end. Currently supported only for the OpsItem type /aws/changerequest.

Link copied to clipboard

The time specified in a change request for a runbook workflow to start. Currently supported only for the OpsItem type /aws/changerequest.

Link copied to clipboard

The importance of this OpsItem in relation to other OpsItems in the system.

Link copied to clipboard

One or more OpsItems that share something in common with the current OpsItem. For example, related OpsItems can include OpsItems with similar error messages, impacted resources, or statuses for the impacted resource.

Link copied to clipboard

The severity of the OpsItem. Severity options range from 1 to 4.

Link copied to clipboard

The origin of the OpsItem, such as Amazon EC2 or Systems Manager. The impacted resource is a subset of source.

Link copied to clipboard

The OpsItem status. Status can be Open, In Progress, or Resolved. For more information, see Editing OpsItem details in the Amazon Web Services Systems Manager User Guide.

Link copied to clipboard

A short heading that describes the nature of the OpsItem and the impacted resource.

Link copied to clipboard

The version of this OpsItem. Each time the OpsItem is edited the version number increments by one.

Functions

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