ClusterAutomatedBackupConfigArgs

data class ClusterAutomatedBackupConfigArgs(val fixedFrequencySchedule: Output<ClusterAutomatedBackupConfigFixedFrequencyScheduleArgs>, val retention: Output<String>) : ConvertibleToJava<ClusterAutomatedBackupConfigArgs>

Constructors

Link copied to clipboard
constructor(fixedFrequencySchedule: Output<ClusterAutomatedBackupConfigFixedFrequencyScheduleArgs>, retention: Output<String>)

Properties

Link copied to clipboard

Trigger automated backups at a fixed frequency. Structure is documented below.

Link copied to clipboard
val retention: Output<String>

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".

Functions

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