2021/08/02 - AWS Systems Manager Incident Manager Contacts - 1 updated api methods
Changes Added new attribute in AcceptCode API. AcceptCodeValidation takes in two values - ENFORCE, IGNORE. ENFORCE forces validation of accept code and IGNORE ignores it which is also the default behavior; Corrected TagKeyList length from 200 to 50
{'AcceptCodeValidation': 'IGNORE | ENFORCE'}
Used to acknowledge an engagement to a contact channel during an incident.
See also: AWS API Documentation
Request Syntax
client.accept_page( PageId='string', ContactChannelId='string', AcceptType='DELIVERED'|'READ', Note='string', AcceptCode='string', AcceptCodeValidation='IGNORE'|'ENFORCE' )
string
[REQUIRED]
The Amazon Resource Name (ARN) of the engagement to a contact channel.
string
The ARN of the contact channel.
string
[REQUIRED]
The type indicates if the page was DELIVERED or READ.
string
Information provided by the user when the user acknowledges the page.
string
[REQUIRED]
The accept code is a 6-digit code used to acknowledge the page.
string
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.
dict
Response Syntax
{}
Response Structure
(dict) --