atTheseMinutes

@JvmName(name = "olffvcpfcqdrtxda")
suspend fun atTheseMinutes(value: Output<List<Int>>)
@JvmName(name = "xvruoagbtwbvecbj")
suspend fun atTheseMinutes(value: List<Int>?)

Parameters

value

Specifies a list of minutes when the trigger should run. Valid values are between 0 and 59.


@JvmName(name = "frcbayybibfdpagk")
suspend fun atTheseMinutes(vararg values: Output<Int>)


@JvmName(name = "bpvelnoobhrmfxlc")
suspend fun atTheseMinutes(values: List<Output<Int>>)
@JvmName(name = "ctvbcysxihovofsy")
suspend fun atTheseMinutes(vararg values: Int)

Parameters

values

Specifies a list of minutes when the trigger should run. Valid values are between 0 and 59.