definitions

@JvmName(name = "cuibtdqytkiucrgr")
suspend fun definitions(value: Output<List<String>>)
@JvmName(name = "lmoqwepsuxycvicl")
suspend fun definitions(value: List<String>?)

Parameters

value

The definition of the snapshot schedule. The definition is made up of schedule expressions, for example cron(30 12 *) or rate(12 hours).


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


@JvmName(name = "khyhhjefqacoecok")
suspend fun definitions(values: List<Output<String>>)
@JvmName(name = "msnbjnbuilbntbxm")
suspend fun definitions(vararg values: String)

Parameters

values

The definition of the snapshot schedule. The definition is made up of schedule expressions, for example cron(30 12 *) or rate(12 hours).