Instance Automated Backup Config Args
data class InstanceAutomatedBackupConfigArgs(val fixedFrequencySchedule: Output<InstanceAutomatedBackupConfigFixedFrequencyScheduleArgs>, val retention: Output<String>) : ConvertibleToJava<InstanceAutomatedBackupConfigArgs>
Constructors
Link copied to clipboard
constructor(fixedFrequencySchedule: Output<InstanceAutomatedBackupConfigFixedFrequencyScheduleArgs>, retention: Output<String>)
Properties
Link copied to clipboard
Trigger automated backups at a fixed frequency. Structure is documented below.
Link copied to clipboard
How long to keep automated backups before the backups are deleted. The value should be between 1 day and 365 days. If not specified, the default value is 35 days. A duration in seconds with up to nine fractional digits, ending with 's'. Example: "3.5s". The default_value is "3024000s"