properties

@JvmName(name = "otjjttxvsxmroyqm")
suspend fun properties(value: Output<Map<String, ComponentPropertyArgs>>)
@JvmName(name = "wcexfxbnsbsalasl")
suspend fun properties(value: Map<String, ComponentPropertyArgs>)

Parameters

value

Describes the properties of the child component. You can't specify tags as a valid property for properties .


@JvmName(name = "lbhsecgvyvcmgwno")
suspend fun properties(vararg argument: Pair<String, suspend ComponentPropertyArgsBuilder.() -> Unit>)

Parameters

argument

Describes the properties of the child component. You can't specify tags as a valid property for properties .


@JvmName(name = "hwcjicoxuucvpsoc")
fun properties(vararg values: Pair<String, ComponentPropertyArgs>)

Parameters

values

Describes the properties of the child component. You can't specify tags as a valid property for properties .