ResolutionContact
Information about the engagement resolution steps. The resolution starts from the first contact, which can be an escalation plan, then resolves to an on-call rotation, and finally to a personal contact.
The ResolutionContact
structure describes the information for each node or
step in that process. It contains information about different contact types, such as the
escalation, rotation, and personal contacts.
Contents
- ContactArn
-
The Amazon Resource Name (ARN) of a contact in the engagement resolution process.
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 for a resolution step.
Type: String
Valid Values:
PERSONAL | ESCALATION | ONCALL_SCHEDULE
Required: Yes
- StageIndex
-
The stage in the escalation plan that resolves to this contact.
Type: Integer
Valid Range: Minimum value of 0. Maximum value of 100.
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: