Contact
A personal contact or escalation plan that Incident Manager engages during an incident.
Contents
- Alias
-
The unique and identifiable alias of the contact or escalation plan.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 255.
Pattern:
^[a-z0-9_\-]*$
Required: Yes
- ContactArn
-
The Amazon Resource Name (ARN) of the contact or escalation plan.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 2048.
Pattern:
arn:(aws|aws-cn|aws-us-gov):ssm-contacts:[-\w+=\/,.@]*:[0-9]+:([\w+=\/,.@:-])*
Required: Yes
- Type
-
The type of contact.
-
PERSONAL
: A single, individual contact. -
ESCALATION
: An escalation plan. -
ONCALL_SCHEDULE
: An on-call schedule.
Type: String
Valid Values:
PERSONAL | ESCALATION | ONCALL_SCHEDULE
Required: Yes
-
- DisplayName
-
The full name of the contact or escalation plan.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 255.
Pattern:
^[\p{L}\p{Z}\p{N}_.\-]*$
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: