AWS::Shield::ProactiveEngagement EmergencyContact - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.

AWS::Shield::ProactiveEngagement EmergencyContact

Contact information that the SRT can use to contact you if you have proactive engagement enabled, for escalations to the SRT and to initiate proactive customer support.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "ContactNotes" : String, "EmailAddress" : String, "PhoneNumber" : String }

YAML

ContactNotes: String EmailAddress: String PhoneNumber: String

Properties

ContactNotes

Additional notes regarding the contact.

Required: No

Type: String

Pattern: ^[\w\s\.\-,:/()+@]*$

Minimum: 1

Maximum: 1024

Update requires: No interruption

EmailAddress

The email address for the contact.

Required: Yes

Type: String

Pattern: ^\S+@\S+\.\S+$

Minimum: 1

Maximum: 150

Update requires: No interruption

PhoneNumber

The phone number for the contact.

Required: No

Type: String

Pattern: ^\+[1-9]\d{1,14}$

Minimum: 1

Maximum: 16

Update requires: No interruption