Cluster Automated Backup Policy Args
data class ClusterAutomatedBackupPolicyArgs(val backupWindow: Output<String>? = null, val enabled: Output<Boolean>? = null, val encryptionConfig: Output<ClusterAutomatedBackupPolicyEncryptionConfigArgs>? = null, val labels: Output<Map<String, String>>? = null, val location: Output<String>? = null, val quantityBasedRetention: Output<ClusterAutomatedBackupPolicyQuantityBasedRetentionArgs>? = null, val timeBasedRetention: Output<ClusterAutomatedBackupPolicyTimeBasedRetentionArgs>? = null, val weeklySchedule: Output<ClusterAutomatedBackupPolicyWeeklyScheduleArgs>? = null) : ConvertibleToJava<ClusterAutomatedBackupPolicyArgs>
Constructors
Link copied to clipboard
fun ClusterAutomatedBackupPolicyArgs(backupWindow: Output<String>? = null, enabled: Output<Boolean>? = null, encryptionConfig: Output<ClusterAutomatedBackupPolicyEncryptionConfigArgs>? = null, labels: Output<Map<String, String>>? = null, location: Output<String>? = null, quantityBasedRetention: Output<ClusterAutomatedBackupPolicyQuantityBasedRetentionArgs>? = null, timeBasedRetention: Output<ClusterAutomatedBackupPolicyTimeBasedRetentionArgs>? = null, weeklySchedule: Output<ClusterAutomatedBackupPolicyWeeklyScheduleArgs>? = null)
Functions
Properties
Link copied to clipboard
The length of the time window during which a backup can be taken. If a backup does not succeed within this time window, it will be canceled and considered failed. The backup window must be at least 5 minutes long. There is no upper bound on the window. If not set, it will default to 1 hour. A duration in seconds with up to nine fractional digits, terminated by 's'. Example: "3.5s".