AWS::Shield::ProactiveEngagementAuthorizes the Shield Response Team (SRT) to use email and phone to notify contacts about escalations to the SRT and to initiate proactive customer support.
2 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
EmergencyContactList | Array<EmergencyContact> | Required |
ProactiveEngagementStatus | string | Required |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
AccountId | string | - |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Shield::ProactiveEngagement
Resources:
MyResource:
Type: AWS::Shield::ProactiveEngagement
Properties:
ProactiveEngagementStatus: "ENABLED"
EmergencyContactList: []Permissions CloudFormation needs in your IAM role to manage this resource.
shield:DescribeSubscriptionshield:DescribeEmergencyContactSettingsshield:AssociateProactiveEngagementDetailsshield:UpdateEmergencyContactSettingsshield:EnableProactiveEngagementshield:DescribeSubscriptionshield:DescribeEmergencyContactSettingsshield:UpdateEmergencyContactSettingsshield:DisableProactiveEngagementshield:DescribeSubscriptionshield:DescribeEmergencyContactSettingsshield:DescribeSubscriptionshield:DescribeEmergencyContactSettingsshield:UpdateEmergencyContactSettingsshield:EnableProactiveEngagementshield:DisableProactiveEngagementshield:DescribeSubscriptionshield:DescribeEmergencyContactSettingsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterAccountId