View source: R/ssmincidents_operations.R
ssmincidents_create_response_plan | R Documentation |
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
)
actions |
The actions that the response plan starts at the beginning of an incident. |
chatChannel |
The Chatbot chat channel used for collaboration during an incident. |
clientToken |
A token ensuring that the operation is called only once with the specified details. |
displayName |
The long format of the response plan name. This field can contain spaces. |
engagements |
The Amazon Resource Name (ARN) for the contacts and escalation plans that the response plan engages during an incident. |
incidentTemplate |
[required] Details used to create an incident when using this response plan. |
integrations |
Information about third-party services integrated into the response plan. |
name |
[required] The short format name of the response plan. Can't include spaces. |
tags |
A list of tags that you are adding to the response plan. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.