propertyDefinitions

@JvmName(name = "pukvwdinlxveivom")
suspend fun propertyDefinitions(value: Output<Map<String, ComponentTypePropertyDefinitionArgs>>)
@JvmName(name = "fettrtanlapnrxsd")
suspend fun propertyDefinitions(value: Map<String, ComponentTypePropertyDefinitionArgs>?)

Parameters

value

An map of the property definitions in the component type. Each property definition's key must be unique to this map.


@JvmName(name = "kmowkoheocmlcbay")
suspend fun propertyDefinitions(vararg argument: Pair<String, suspend ComponentTypePropertyDefinitionArgsBuilder.() -> Unit>)

Parameters

argument

An map of the property definitions in the component type. Each property definition's key must be unique to this map.


@JvmName(name = "vrmtdlbfgavggmsn")
fun propertyDefinitions(vararg values: Pair<String, ComponentTypePropertyDefinitionArgs>)

Parameters

values

An map of the property definitions in the component type. Each property definition's key must be unique to this map.