ComponentVariantArgs

data class ComponentVariantArgs(val overrides: Output<Map<String, Any>>? = null, val variantValues: Output<Map<String, String>>? = null) : ConvertibleToJava<ComponentVariantArgs>

Constructors

Link copied to clipboard
constructor(overrides: Output<Map<String, Any>>? = null, variantValues: Output<Map<String, String>>? = null)

Properties

Link copied to clipboard
val overrides: Output<Map<String, Any>>? = null

The properties of the component variant that can be overriden when customizing an instance of the component. You can't specify tags as a valid property for overrides .

Link copied to clipboard
val variantValues: Output<Map<String, String>>? = null

The combination of variants that comprise this variant.

Functions

Link copied to clipboard
open override fun toJava(): ComponentVariantArgs