outputTypes

@JvmName(name = "bxjvlvcvebrqmqkm")
suspend fun outputTypes(value: Output<List<String>>)
@JvmName(name = "xfnisannpjbyvata")
suspend fun outputTypes(value: List<String>?)

Parameters

value

Specifies the output types of the runbook.


@JvmName(name = "vlhrmdslfkwijsbl")
suspend fun outputTypes(vararg values: Output<String>)


@JvmName(name = "ovuoxoqeabckwysc")
suspend fun outputTypes(values: List<Output<String>>)
@JvmName(name = "wudeknmueyhxrirp")
suspend fun outputTypes(vararg values: String)

Parameters

values

Specifies the output types of the runbook.