backupRepeatingTimeIntervals

@JvmName(name = "igaedqjvpogmrwrp")
suspend fun backupRepeatingTimeIntervals(value: Output<List<String>>)
@JvmName(name = "pfjjcneajfbnpnqo")
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 = "uvevmmpcvdpcmftv")
suspend fun backupRepeatingTimeIntervals(vararg values: Output<String>)


@JvmName(name = "qaxlnanundwjyxys")
suspend fun backupRepeatingTimeIntervals(values: List<Output<String>>)
@JvmName(name = "kkfaxwklruduriow")
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.