class Aws::Shield::Types::AssociateProactiveEngagementDetailsRequest

@note When making an API call, you may pass AssociateProactiveEngagementDetailsRequest

data as a hash:

    {
      emergency_contact_list: [ # required
        {
          email_address: "EmailAddress", # required
          phone_number: "PhoneNumber",
          contact_notes: "ContactNotes",
        },
      ],
    }

@!attribute [rw] emergency_contact_list

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

To enable proactive engagement, the contact list must include at
least one phone number.

<note markdown="1"> The contacts that you provide here replace any contacts that were
already defined. If you already have contacts defined and want to
use them, retrieve the list using `DescribeEmergencyContactSettings`
and then provide it here.

 </note>
@return [Array<Types::EmergencyContact>]

@see docs.aws.amazon.com/goto/WebAPI/shield-2016-06-02/AssociateProactiveEngagementDetailsRequest AWS API Documentation

Constants

SENSITIVE