VolumeSnapshotPolicyMonthlyScheduleArgs

data class VolumeSnapshotPolicyMonthlyScheduleArgs(val daysOfMonth: Output<String>? = null, val hour: Output<Int>? = null, val minute: Output<Int>? = null, val snapshotsToKeep: Output<Int>) : ConvertibleToJava<VolumeSnapshotPolicyMonthlyScheduleArgs>

Constructors

Link copied to clipboard
constructor(daysOfMonth: Output<String>? = null, hour: Output<Int>? = null, minute: Output<Int>? = null, snapshotsToKeep: Output<Int>)

Properties

Link copied to clipboard
val daysOfMonth: Output<String>? = null

Set the day or days of the month to make a snapshot (1-31). Accepts a comma separated number of days. Defaults to '1'.

Link copied to clipboard
val hour: Output<Int>? = null

Set the hour to create the snapshot (0-23), defaults to midnight (0).

Link copied to clipboard
val minute: Output<Int>? = null

Set the minute of the hour to create the snapshot (0-59), defaults to the top of the hour (0).

Link copied to clipboard
val snapshotsToKeep: Output<Int>

The maximum number of snapshots to keep for the monthly schedule

Functions

Link copied to clipboard
open override fun toJava(): VolumeSnapshotPolicyMonthlyScheduleArgs