You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Shield::Types::AssociateProactiveEngagementDetailsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Shield::Types::AssociateProactiveEngagementDetailsRequest
- Defined in:
- (unknown)
Overview
When passing AssociateProactiveEngagementDetailsRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
emergency_contact_list: [ # required
{
email_address: "EmailAddress", # required
phone_number: "PhoneNumber",
contact_notes: "ContactNotes",
},
],
}
Instance Attribute Summary collapse
-
#emergency_contact_list ⇒ Array<Types::EmergencyContact>
A list of email addresses and phone numbers that the DDoS Response Team (DRT) can use to contact you for escalations to the DRT and to initiate proactive customer support.
Instance Attribute Details
#emergency_contact_list ⇒ Array<Types::EmergencyContact>
A list of email addresses and phone numbers that the DDoS Response Team (DRT) can use to contact you for escalations to the DRT and to initiate proactive customer support.
To enable proactive engagement, the contact list must include at least one phone number.
DescribeEmergencyContactSettings
and
then provide it here.