Metastore Service Scheduled Backup Args
data class MetastoreServiceScheduledBackupArgs(val backupLocation: Output<String>, val cronSchedule: Output<String>? = null, val enabled: Output<Boolean>? = null, val timeZone: Output<String>? = null) : ConvertibleToJava<MetastoreServiceScheduledBackupArgs>
Properties
Link copied to clipboard
A Cloud Storage URI of a folder, in the format gs://
Link copied to clipboard
The scheduled interval in Cron format, see https://en.wikipedia.org/wiki/Cron The default is empty: scheduled backup is not enabled. Must be specified to enable scheduled backups.
Link copied to clipboard
Specifies the time zone to be used when interpreting cronSchedule. Must be a time zone name from the time zone database (https://en.wikipedia.org/wiki/List_of_tz_database_time_zones), e.g. America/Los_Angeles or Africa/Abidjan. If left unspecified, the default is UTC.