Values.RotationSourceInformation about a rotation in an on-call schedule.
type nonrec t = {rotationArn : SsmContactsArn.t option;The Amazon Resource Name (ARN) of the rotation.
*)name : RotationName.t option;The name of the rotation.
*)contactIds : SsmContactsArnList.t option;The Amazon Resource Names (ARNs) of the contacts assigned to the rotation team.
*)startTime : DateTime.t option;The date and time the rotation becomes active.
*)timeZoneId : TimeZoneId.t option;The time zone the rotation’s activity is based on, in Internet Assigned Numbers Authority (IANA) format. For example: "America/Los_Angeles", "UTC", or "Asia/Seoul".
*)recurrence : RecurrenceSettings.t option;Information about when an on-call rotation is in effect and how long the rotation period lasts.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of SsmContactsArn.t ] list
| `String of SsmContactsArn.t
| `Structure of
(string
* [> `Integer of NumberOfOnCalls.t
| `List of
[> `Structure of
(string
* [> `Enum of string
| `Integer of DayOfMonth.t
| `Structure of
(string * [> `Integer of HourOfDay.t ]) list ])
list ]
list
| `Map of
([> `Enum of string ]
* [> `List of
[> `Structure of
(string
* [> `Structure of
(string * [> `Integer of HourOfDay.t ])
list ])
list ]
list ])
list ])
list
| `Timestamp of DateTime.t ])
list ]