rpoConfig

@JvmName(name = "edhrpposigonygbc")
suspend fun rpoConfig(value: Output<BackupPlanBackupScheduleRpoConfigArgs>)
@JvmName(name = "rynnuwyinvsulbhf")
suspend fun rpoConfig(value: BackupPlanBackupScheduleRpoConfigArgs?)

Parameters

value

Defines the RPO schedule configuration for this BackupPlan. This is mutually exclusive with the cronSchedule field since at most one schedule can be defined for a BackupPLan. If this is defined, then backupRetainDays must also be defined. Structure is documented below.


@JvmName(name = "jwteodhhvwpmfvff")
suspend fun rpoConfig(argument: suspend BackupPlanBackupScheduleRpoConfigArgsBuilder.() -> Unit)

Parameters

argument

Defines the RPO schedule configuration for this BackupPlan. This is mutually exclusive with the cronSchedule field since at most one schedule can be defined for a BackupPLan. If this is defined, then backupRetainDays must also be defined. Structure is documented below.