bindingProperties

@JvmName(name = "duufvbumkoawmdow")
suspend fun bindingProperties(value: Output<Map<String, ComponentBindingPropertiesValueArgs>>)
@JvmName(name = "ypcdffwbvjjemeef")
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 = "imrivignutvqevxc")
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 = "qdfpomeghlhyiaty")
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 .