UpdateIncidentRecordRequest

Types

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

Properties

Link copied to clipboard
val arn: String

The Amazon Resource Name (ARN) of the incident record you are updating.

Link copied to clipboard

The Chatbot chat channel where responders can collaborate.

Link copied to clipboard

A token that ensures that a client calls the operation only once with the specified details.

Link copied to clipboard
val impact: Int?

Defines the impact of the incident to customers and applications. If you provide an impact for an incident, it overwrites the impact provided by the response plan.

Link copied to clipboard

The Amazon SNS targets that Incident Manager notifies when a client updates an incident.

Link copied to clipboard

The status of the incident. Possible statuses are Open or Resolved.

Link copied to clipboard

A longer description of what occurred during the incident.

Link copied to clipboard

A brief description of the incident.

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