bindingProperties

@JvmName(name = "sagrktsmgedweqkk")
suspend fun bindingProperties(value: Output<Map<String, ComponentBindingPropertiesValueArgs>>)
@JvmName(name = "hbnhwuvyvbfdgqbj")
suspend fun bindingProperties(value: Map<String, ComponentBindingPropertiesValueArgs>?)

Parameters

value

The information to connect a component's properties to data at runtime. You can't specify tags as a valid property for bindingProperties .


@JvmName(name = "ooadaygnheoonnef")
suspend fun bindingProperties(vararg argument: Pair<String, suspend ComponentBindingPropertiesValueArgsBuilder.() -> Unit>)

Parameters

argument

The information to connect a component's properties to data at runtime. You can't specify tags as a valid property for bindingProperties .


@JvmName(name = "ftbhirodjbnggird")
fun bindingProperties(vararg values: Pair<String, ComponentBindingPropertiesValueArgs>)

Parameters

values

The information to connect a component's properties to data at runtime. You can't specify tags as a valid property for bindingProperties .