definitions

@JvmName(name = "plccnihjxwhjrrsd")
suspend fun definitions(value: Output<List<String>>)
@JvmName(name = "hfunduiblhepggua")
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 = "ovwixtrcnkoyovpm")
suspend fun definitions(vararg values: Output<String>)


@JvmName(name = "vqhevsvmifkncxqf")
suspend fun definitions(values: List<Output<String>>)
@JvmName(name = "scmuwitugyhgcckp")
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).