backupRepeatingTimeIntervals

@JvmName(name = "jeriyslrunxcmfdp")
suspend fun backupRepeatingTimeIntervals(value: Output<List<String>>)
@JvmName(name = "wsblgxkrjrddrhln")
suspend fun backupRepeatingTimeIntervals(value: List<String>?)

Parameters

value

Specifies a list of repeating time interval. It supports weekly back. It should follow ISO 8601 repeating time interval. Changing this forces a new Backup Policy PostgreSQL to be created.


@JvmName(name = "mchotfpxdvtuvefa")
suspend fun backupRepeatingTimeIntervals(vararg values: Output<String>)


@JvmName(name = "kmavsjkvhwvnhtfu")
suspend fun backupRepeatingTimeIntervals(values: List<Output<String>>)
@JvmName(name = "ehyqarcoyfyrfber")
suspend fun backupRepeatingTimeIntervals(vararg values: String)

Parameters

values

Specifies a list of repeating time interval. It supports weekly back. It should follow ISO 8601 repeating time interval. Changing this forces a new Backup Policy PostgreSQL to be created.