definitions

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


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