Creates a response plan that automates the initial response to incidents. A response plan engages contacts, starts chat channel collaboration, and initiates runbooks at the beginning of an incident.
See https://www.paws-r-sdk.com/docs/ssmincidents_create_response_plan/ for full documentation.
ssmincidents_create_response_plan(
actions = NULL,
chatChannel = NULL,
clientToken = NULL,
displayName = NULL,
engagements = NULL,
incidentTemplate,
integrations = NULL,
name,
tags = NULL
)
The actions that the response plan starts at the beginning of an incident.
The Chatbot chat channel used for collaboration during an incident.
A token ensuring that the operation is called only once with the specified details.
The long format of the response plan name. This field can contain spaces.
The Amazon Resource Name (ARN) for the contacts and escalation plans that the response plan engages during an incident.
[required] Details used to create an incident when using this response plan.
Information about third-party services integrated into the response plan.
[required] The short format name of the response plan. Can't include spaces.
A list of tags that you are adding to the response plan.