View source: R/ssmincidents_operations.R
ssmincidents_update_incident_record | R Documentation |
Update the details of an incident record. You can use this operation to update an incident record from the defined chat channel. For more information about using actions in chat channels, see Interacting through chat.
See https://www.paws-r-sdk.com/docs/ssmincidents_update_incident_record/ for full documentation.
ssmincidents_update_incident_record(
arn,
chatChannel = NULL,
clientToken = NULL,
impact = NULL,
notificationTargets = NULL,
status = NULL,
summary = NULL,
title = NULL
)
arn |
[required] The Amazon Resource Name (ARN) of the incident record you are updating. |
chatChannel |
The Chatbot chat channel where responders can collaborate. |
clientToken |
A token that ensures that a client calls the operation only once with the specified details. |
impact |
Defines the impact of the incident to customers and applications. If you provide an impact for an incident, it overwrites the impact provided by the response plan. Supported impact codes
|
notificationTargets |
The Amazon SNS targets that Incident Manager notifies when a client updates an incident. Using multiple SNS topics creates redundancy in the event that a Region is down during the incident. |
status |
The status of the incident. Possible statuses are |
summary |
A longer description of what occurred during the incident. |
title |
A brief description of the incident. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.