colors

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


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

Parameters

values

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