class Aws::SSMIncidents::Types::TriggerDetails

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

@note When making an API call, you may pass TriggerDetails

data as a hash:

    {
      raw_data: "RawData",
      source: "IncidentSource", # required
      timestamp: Time.now, # required
      trigger_arn: "Arn",
    }

@!attribute [rw] raw_data

Raw data passed from either EventBridge, CloudWatch, or Incident
Manager when an incident is created.
@return [String]

@!attribute [rw] source

Identifies the service that sourced the event. All events sourced
from within AWS 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.
@return [String]

@!attribute [rw] timestamp

The time that the incident was detected.
@return [Time]

@!attribute [rw] trigger_arn

The ARN of the source that detected the incident.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/ssm-incidents-2018-05-10/TriggerDetails AWS API Documentation

Constants

SENSITIVE