View source: R/ssmcontacts_operations.R
ssmcontacts_accept_page | R Documentation |
Used to acknowledge an engagement to a contact channel during an incident.
See https://www.paws-r-sdk.com/docs/ssmcontacts_accept_page/ for full documentation.
ssmcontacts_accept_page(
PageId,
ContactChannelId = NULL,
AcceptType,
Note = NULL,
AcceptCode,
AcceptCodeValidation = NULL
)
PageId |
[required] The Amazon Resource Name (ARN) of the engagement to a contact channel. |
ContactChannelId |
The ARN of the contact channel. |
AcceptType |
[required] The type indicates if the page was |
Note |
Information provided by the user when the user acknowledges the page. |
AcceptCode |
[required] A 6-digit code used to acknowledge the page. |
AcceptCodeValidation |
An optional field that Incident Manager uses to Incident Manager can also |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.