TriggerDetails

Details about what caused the incident to be created in Incident Manager.

Types

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

Properties

Link copied to clipboard

Raw data passed from either Amazon EventBridge, Amazon CloudWatch, or Incident Manager when an incident is created.

Link copied to clipboard

Identifies the service that sourced the event. All events sourced from within Amazon Web Services begin with "aws." Customer-generated events can have any value here, as long as it doesn't begin with "aws." We recommend the use of Java package-name style reverse domain-name strings.

Link copied to clipboard

The timestamp for when the incident was detected.

Link copied to clipboard

The Amazon Resource Name (ARN) of the source that detected the incident.

Functions

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