EnvironmentConfigRecoveryConfigScheduledSnapshotsConfigArgs

data class EnvironmentConfigRecoveryConfigScheduledSnapshotsConfigArgs(val enabled: Output<Boolean>, val snapshotCreationSchedule: Output<String>? = null, val snapshotLocation: Output<String>? = null, val timeZone: Output<String>? = null) : ConvertibleToJava<EnvironmentConfigRecoveryConfigScheduledSnapshotsConfigArgs>

Constructors

constructor(enabled: Output<Boolean>, snapshotCreationSchedule: Output<String>? = null, snapshotLocation: Output<String>? = null, timeZone: Output<String>? = null)

Properties

Link copied to clipboard
val enabled: Output<Boolean>

When enabled, Cloud Composer periodically saves snapshots of your environment to a Cloud Storage bucket.

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

Snapshot schedule, in the unix-cron format.

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

the URI of a bucket folder where to save the snapshot.

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

A time zone for the schedule. This value is a time offset and does not take into account daylight saving time changes. Valid values are from UTC-12 to UTC+12. Examples: UTC, UTC-01, UTC+03.

Functions

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