colors

@JvmName(name = "klekqgpgriuxthbg")
suspend fun colors(value: Output<List<String>>)
@JvmName(name = "vbecvaijybedmggm")
suspend fun colors(value: List<String>?)

Parameters

value

List of hexadecimal codes for the colors. Minimum of 8 items and maximum of 20 items.


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


@JvmName(name = "wjhrflevgbqgnqiu")
suspend fun colors(values: List<Output<String>>)
@JvmName(name = "hkuqfwyvgmhiduxn")
suspend fun colors(vararg values: String)

Parameters

values

List of hexadecimal codes for the colors. Minimum of 8 items and maximum of 20 items.