Amazon Incident Manager · Example Payload

Incident Manager Update Incident Record Input Example

AutomationDevOpsIncident ManagementOperations

Incident Manager Update Incident Record Input Example is an example object payload from Amazon Incident Manager, with 8 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

arnchatChannelclientTokenimpactnotificationTargetsstatussummarytitle

Example Payload

Raw ↑
{
  "arn": "arn:aws:ssm-incidents::123456789012:response-plan/example",
  "chatChannel": "example-value",
  "clientToken": "example-value",
  "impact": "example-value",
  "notificationTargets": "example-value",
  "status": "OPEN",
  "summary": "example-value",
  "title": "example-value"
}