AWS Fundamentals Logo
AWS Fundamentals
AWS::Shield::ProactiveEngagement

Shield ProactiveEngagement

Authorizes the Shield Response Team (SRT) to use email and phone to notify contacts about escalations to the SRT and to initiate proactive customer support.

Properties

2 configurable properties. 2 required. Click a row to see details.

Filter:
PropertyTypeFlags
EmergencyContactList
Array<EmergencyContact>
Required
ProactiveEngagementStatus
string
Required

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
AccountIdstring-

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Shield::ProactiveEngagement

Resources:
  MyResource:
    Type: AWS::Shield::ProactiveEngagement
    Properties:
      ProactiveEngagementStatus: "ENABLED"
      EmergencyContactList: []

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

shield:DescribeSubscriptionshield:DescribeEmergencyContactSettingsshield:AssociateProactiveEngagementDetailsshield:UpdateEmergencyContactSettingsshield:EnableProactiveEngagement

delete

shield:DescribeSubscriptionshield:DescribeEmergencyContactSettingsshield:UpdateEmergencyContactSettingsshield:DisableProactiveEngagement

read

shield:DescribeSubscriptionshield:DescribeEmergencyContactSettings

update

shield:DescribeSubscriptionshield:DescribeEmergencyContactSettingsshield:UpdateEmergencyContactSettingsshield:EnableProactiveEngagementshield:DisableProactiveEngagement

list

shield:DescribeSubscriptionshield:DescribeEmergencyContactSettings

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceShield
Properties3
Required2
TaggingNot supported
Primary IDAccountId

Supported Operations

CreateDeleteReadUpdateList

External Links