Values.ScheduledActionResponseSourceThe returned scheduled action object.
type nonrec t = {endTime : Timestamp.t option;The end time of
*)namespaceName : NamespaceName.t option;The end time in UTC when the schedule is no longer active. After this time, the scheduled action does not trigger.
*)nextInvocations : NextInvocationsList.t option;An array of timestamps of when the next scheduled actions will trigger.
*)roleArn : IamRoleArn.t option;The ARN of the IAM role to assume to run the scheduled action. This IAM role must have permission to run the Amazon Redshift Serverless API operation in the scheduled action. This IAM role must allow the Amazon Redshift scheduler to schedule creating snapshots. (Principal scheduler.redshift.amazonaws.com) to assume permissions on your behalf. For more information about the IAM role to use with the Amazon Redshift scheduler, see Using Identity-Based Policies for Amazon Redshift in the Amazon Redshift Management Guide
*)schedule : Schedule.t option;The schedule for a one-time (at timestamp format) or recurring (cron format) scheduled action. Schedule invocations must be separated by at least one hour. Times are in UTC. Format of at timestamp is yyyy-mm-ddThh:mm:ss. For example, 2016-03-04T17:27:00. Format of cron expression is (Minutes Hours Day-of-month Month Day-of-week Year). For example, "(0 10 ? * MON *)". For more information, see Cron Expressions in the Amazon CloudWatch Events User Guide.
*)scheduledActionDescription : String_.t option;The description of the scheduled action.
*)scheduledActionName : ScheduledActionName.t option;The name of the scheduled action.
*)scheduledActionUuid : String_.t option;The uuid of the scheduled action.
*)startTime : Timestamp.t option;The start time in UTC when the schedule is active. Before this time, the scheduled action does not trigger.
*)state : State.t option;The state of the scheduled action.
*)targetAction : TargetAction.t option;}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of [> `Timestamp of Timestamp.t ] list
| `String of NamespaceName.t
| `Structure of
(string
* [> `String of String_.t
| `Structure of
(string
* [> `Integer of Integer.t
| `List of
[> `Structure of (string * [> `String of TagKey.t ]) list ]
list
| `String of NamespaceName.t ])
list
| `Timestamp of Timestamp.t ])
list
| `Timestamp of Timestamp.t ])
list ]