proactive_engagement
Gets an individual proactive_engagement
resource
Overview
Name | proactive_engagement |
Type | Resource |
Description | proactive_engagement |
Id | awscc.shield.proactive_engagement |
Fields
Name | Datatype | Description |
---|---|---|
account_id | string | |
proactive_engagement_status | string | If `ENABLED`, the Shield Response Team (SRT) will use email and phone to notify contacts about escalations to the SRT and to initiate proactive customer support.<br/>If `DISABLED`, the SRT will not proactively notify contacts about escalations or to initiate proactive customer support. |
emergency_contact_list | array | 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.<br/>To enable proactive engagement, the contact list must include at least one phone number. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
account_id,
proactive_engagement_status,
emergency_contact_list
FROM awscc.shield.proactive_engagement
WHERE data__Identifier = '<AccountId>';
Permissions
To operate on the proactive_engagement
resource, the following permissions are required:
Delete
shield:DescribeSubscription,
shield:DescribeEmergencyContactSettings,
shield:UpdateEmergencyContactSettings,
shield:DisableProactiveEngagement
Read
shield:DescribeSubscription,
shield:DescribeEmergencyContactSettings
Update
shield:DescribeSubscription,
shield:DescribeEmergencyContactSettings,
shield:UpdateEmergencyContactSettings,
shield:EnableProactiveEngagement,
shield:DisableProactiveEngagement