Values.CreateSnapshotScheduleActionParametersSourceThe parameters that you can use to configure a scheduled action to create a snapshot. For more information about creating a scheduled action, see CreateScheduledAction.
type nonrec t = {namespaceName : NamespaceName.t;The name of the namespace for which you want to configure a scheduled action to create a snapshot.
*)retentionPeriod : Integer.t option;The retention period of the snapshot created by the scheduled action.
*)snapshotNamePrefix : SnapshotNamePrefix.t;A string prefix that is attached to the name of the snapshot created by the scheduled action. The final name of the snapshot is the string prefix appended by the date and time of when the snapshot was created.
*)}val make :
?retentionPeriod:??? ->
?tags:??? ->
namespaceName:NamespaceName.t ->
snapshotNamePrefix:SnapshotNamePrefix.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Integer of Integer.t
| `List of
[> `Structure of (string * [> `String of TagKey.t ]) list ] list
| `String of NamespaceName.t ])
list ]