Class: Aws::Shield::Types::AssociateProactiveEngagementDetailsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Shield::Types::AssociateProactiveEngagementDetailsRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-shield/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#emergency_contact_list ⇒ Array<Types::EmergencyContact>
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.
Instance Attribute Details
#emergency_contact_list ⇒ Array<Types::EmergencyContact>
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>
163 164 165 166 167 |
# File 'lib/aws-sdk-shield/types.rb', line 163 class AssociateProactiveEngagementDetailsRequest < Struct.new( :emergency_contact_list) SENSITIVE = [] include Aws::Structure end |