backupRepeatingTimeIntervals

@JvmName(name = "qpctbbyidbkiebqw")
suspend fun backupRepeatingTimeIntervals(value: Output<List<String>>)
@JvmName(name = "kwyesckjcsraantc")
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 resource to be created.


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


@JvmName(name = "vqkpkktuoigahpbj")
suspend fun backupRepeatingTimeIntervals(values: List<Output<String>>)
@JvmName(name = "gyantoqptototayr")
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 resource to be created.