Values.ModifyClusterSnapshotScheduleMessageSourceModifies a snapshot schedule for a cluster.
type nonrec t = {clusterIdentifier : String_.t;A unique identifier for the cluster whose snapshot schedule you want to modify.
*)scheduleIdentifier : String_.t option;A unique alphanumeric identifier for the schedule that you want to associate with the cluster.
*)disassociateSchedule : BooleanOptional.t option;A boolean to indicate whether to remove the assoiciation between the cluster and the schedule.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Boolean of BooleanOptional.t | `String of String_.t ])
list ]