Scheduled Snapshots Config Args
data class ScheduledSnapshotsConfigArgs(val enabled: Output<Boolean>? = null, val snapshotCreationSchedule: Output<String>? = null, val snapshotLocation: Output<String>? = null, val timeZone: Output<String>? = null) : ConvertibleToJava<ScheduledSnapshotsConfigArgs>
The configuration for scheduled snapshot creation mechanism.
Constructors
Link copied to clipboard
fun ScheduledSnapshotsConfigArgs(enabled: Output<Boolean>? = null, snapshotCreationSchedule: Output<String>? = null, snapshotLocation: Output<String>? = null, timeZone: Output<String>? = null)