items

@JvmName(name = "ghafsxjrfkkfpcfj")
suspend fun items(value: Output<List<String>>)
@JvmName(name = "eliuicaspgeeeuvn")
suspend fun items(value: List<String>?)

Parameters

value

The items in the custom list, which are displayed as an array.


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


@JvmName(name = "vshltknsxoeihgsf")
suspend fun items(values: List<Output<String>>)
@JvmName(name = "nmlvefxswwxafylp")
suspend fun items(vararg values: String)

Parameters

values

The items in the custom list, which are displayed as an array.