definitions

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


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