Updates the specified response plan
Source:R/ssmincidents_operations.R
ssmincidents_update_response_plan.RdUpdates the specified response plan.
See https://www.paws-r-sdk.com/docs/ssmincidents_update_response_plan/ for full documentation.
Usage
ssmincidents_update_response_plan(
actions = NULL,
arn,
chatChannel = NULL,
clientToken = NULL,
displayName = NULL,
engagements = NULL,
incidentTemplateDedupeString = NULL,
incidentTemplateImpact = NULL,
incidentTemplateNotificationTargets = NULL,
incidentTemplateSummary = NULL,
incidentTemplateTags = NULL,
incidentTemplateTitle = NULL,
integrations = NULL
)Arguments
- actions
The actions that this response plan takes at the beginning of an incident.
- arn
[required] The Amazon Resource Name (ARN) of the response plan.
- chatChannel
The Chatbot chat channel used for collaboration during an incident.
Use the empty structure to remove the chat channel from the response plan.
- clientToken
A token ensuring that the operation is called only once with the specified details.
- displayName
The long format name of the response plan. The display name can't contain spaces.
- engagements
The Amazon Resource Name (ARN) for the contacts and escalation plans that the response plan engages during an incident.
- incidentTemplateDedupeString
The string Incident Manager uses to prevent duplicate incidents from being created by the same incident in the same account.
- incidentTemplateImpact
Defines the impact to the customers. Providing an impact overwrites the impact provided by a response plan.
Supported impact codes
1- Critical2- High3- Medium4- Low5- No Impact
- incidentTemplateNotificationTargets
The Amazon SNS targets that are notified when updates are made to an incident.
- incidentTemplateSummary
A brief summary of the incident. This typically contains what has happened, what's currently happening, and next steps.
Tags to assign to the template. When the
start_incidentAPI action is called, Incident Manager assigns the tags specified in the template to the incident. To call this action, you must also have permission to call thetag_resourceAPI action for the incident record resource.- incidentTemplateTitle
The short format name of the incident. The title can't contain spaces.
- integrations
Information about third-party services integrated into the response plan.