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 AWS 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