Values.PlanSourceInformation about the stages and on-call rotation teams associated with an escalation plan or engagement plan.
type nonrec t = {stages : StagesList.t option;A list of stages that the escalation plan or engagement plan uses to engage contacts and contact methods.
*)rotationIds : SsmContactsArnList.t option;The Amazon Resource Names (ARNs) of the on-call rotations associated with the plan.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `String of SsmContactsArn.t
| `Structure of
(string
* [> `Integer of StageDurationInMins.t
| `List of
[> `Structure of
(string
* [> `Structure of
(string
* [> `Boolean of IsEssential.t
| `Integer of RetryIntervalInMinutes.t
| `String of SsmContactsArn.t ])
list ])
list ]
list ])
list ]
list ])
list ]