Creates a response plan that automates the initial response to incidents
Source:R/ssmincidents_operations.R
ssmincidents_create_response_plan.RdCreates 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.
Usage
ssmincidents_create_response_plan(
actions = NULL,
chatChannel = NULL,
clientToken = NULL,
displayName = NULL,
engagements = NULL,
incidentTemplate,
integrations = NULL,
name,
tags = NULL
)Arguments
- 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.
A list of tags that you are adding to the response plan.