Shield / Client / update_emergency_contact_settings

update_emergency_contact_settings#

Shield.Client.update_emergency_contact_settings(**kwargs)#

Updates the details of the list of email addresses and phone numbers that the Shield Response Team (SRT) can use to contact you if you have proactive engagement enabled, for escalations to the SRT and to initiate proactive customer support.

See also: AWS API Documentation

Request Syntax

response = client.update_emergency_contact_settings(
    EmergencyContactList=[
        {
            'EmailAddress': 'string',
            'PhoneNumber': 'string',
            'ContactNotes': 'string'
        },
    ]
)
Parameters:

EmergencyContactList (list) –

A list of email addresses and phone numbers that the Shield Response Team (SRT) can use to contact you if you have proactive engagement enabled, for escalations to the SRT and to initiate proactive customer support.

If you have proactive engagement enabled, the contact list must include at least one phone number.

  • (dict) –

    Contact information that the SRT can use to contact you if you have proactive engagement enabled, for escalations to the SRT and to initiate proactive customer support.

    • EmailAddress (string) – [REQUIRED]

      The email address for the contact.

    • PhoneNumber (string) –

      The phone number for the contact.

    • ContactNotes (string) –

      Additional notes regarding the contact.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions