Amazon Incident Manager · Example Payload

Incident Manager Update Response Plan Input Example

AutomationDevOpsIncident ManagementOperations

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

Top-level fields

actionsarnchatChannelclientTokendisplayNameengagementsincidentTemplateDedupeStringincidentTemplateImpactincidentTemplateNotificationTargetsincidentTemplateSummaryincidentTemplateTagsincidentTemplateTitleintegrations

Example Payload

Raw ↑
{
  "actions": "example-value",
  "arn": "arn:aws:ssm-incidents::123456789012:response-plan/example",
  "chatChannel": "example-value",
  "clientToken": "example-value",
  "displayName": "example-incident",
  "engagements": "example-value",
  "incidentTemplateDedupeString": "id-abc123",
  "incidentTemplateImpact": "id-abc123",
  "incidentTemplateNotificationTargets": "id-abc123",
  "incidentTemplateSummary": "id-abc123",
  "incidentTemplateTags": "id-abc123",
  "incidentTemplateTitle": "id-abc123",
  "integrations": "example-value"
}