backupRepeatingTimeIntervals

@JvmName(name = "xwipuehkpsietlmn")
suspend fun backupRepeatingTimeIntervals(value: Output<List<String>>)
@JvmName(name = "jkwhlvsllalxinsa")
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 format. Changing this forces a new resource to be created.


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


@JvmName(name = "uojxwjqdqrnqeefg")
suspend fun backupRepeatingTimeIntervals(values: List<Output<String>>)
@JvmName(name = "wkjieakmvuaqywrj")
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 format. Changing this forces a new resource to be created.