collectionProperties

@JvmName(name = "fbjaqpkkgjuabwgr")
suspend fun collectionProperties(value: Output<Map<String, ComponentDataConfigurationArgs>>)
@JvmName(name = "urbvthunuhtgsofp")
suspend fun collectionProperties(value: Map<String, ComponentDataConfigurationArgs>?)

Parameters

value

The data binding configuration for the component's properties. Use this for a collection component. You can't specify tags as a valid property for collectionProperties .


@JvmName(name = "imelirlrxapgjrax")
suspend fun collectionProperties(vararg argument: Pair<String, suspend ComponentDataConfigurationArgsBuilder.() -> Unit>)

Parameters

argument

The data binding configuration for the component's properties. Use this for a collection component. You can't specify tags as a valid property for collectionProperties .


@JvmName(name = "galnnbjpjbngqtpe")
fun collectionProperties(vararg values: Pair<String, ComponentDataConfigurationArgs>)

Parameters

values

The data binding configuration for the component's properties. Use this for a collection component. You can't specify tags as a valid property for collectionProperties .