EnvironmentConfigRecoveryConfigScheduledSnapshotsConfig

data class EnvironmentConfigRecoveryConfigScheduledSnapshotsConfig(val enabled: Boolean, val snapshotCreationSchedule: String? = null, val snapshotLocation: String? = null, val timeZone: String? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

Snapshot schedule, in the unix-cron format.

Link copied to clipboard

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

Link copied to clipboard
val timeZone: 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.