CreateOpsItemRequest

Types

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

Properties

Link copied to clipboard

The target Amazon Web Services account where you want to create an OpsItem. To make this call, your account must be configured to work with OpsItems across accounts. For more information, see Set up OpsCenter in the Amazon Web Services Systems Manager User Guide.

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

Specify a category to assign to an OpsItem.

Link copied to clipboard

User-defined text that contains information about the OpsItem, in Markdown format.

Link copied to clipboard

The Amazon Resource Name (ARN) of an 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 type of OpsItem to create. 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 OpsItems. For example, related OpsItems can include OpsItems with similar error messages, impacted resources, or statuses for the impacted resource.

Link copied to clipboard

Specify a severity to assign to an OpsItem.

Link copied to clipboard

The origin of the OpsItem, such as Amazon EC2 or Systems Manager.

Link copied to clipboard
val tags: List<Tag>?

Optional metadata that you assign to a resource.

Link copied to clipboard

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

Functions

Link copied to clipboard
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