definitions

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


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