ssmcontacts_accept_page: Used to acknowledge an engagement to a contact channel during...

View source: R/ssmcontacts_operations.R

ssmcontacts_accept_pageR Documentation

Used to acknowledge an engagement to a contact channel during an incident

Description

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.

Usage

ssmcontacts_accept_page(
  PageId,
  ContactChannelId = NULL,
  AcceptType,
  Note = NULL,
  AcceptCode,
  AcceptCodeValidation = NULL
)

Arguments

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 DELIVERED or READ.

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 ENFORCE AcceptCode validation when acknowledging an page. Acknowledgement can occur by replying to a page, or when entering the AcceptCode in the console. Enforcing AcceptCode validation causes Incident Manager to verify that the code entered by the user matches the code sent by Incident Manager with the page.

Incident Manager can also IGNORE AcceptCode validation. Ignoring AcceptCode validation causes Incident Manager to accept any value entered for the AcceptCode.


paws.management documentation built on Sept. 12, 2023, 1:06 a.m.