colors

@JvmName(name = "hddvrjcbhwmkduue")
suspend fun colors(value: Output<List<String>>)
@JvmName(name = "jkjfnceortwxxajr")
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 = "grapauhpuowtfuhk")
suspend fun colors(vararg values: Output<String>)


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

Parameters

values

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