properties

@JvmName(name = "kwutqchxmtajipgb")
suspend fun properties(value: Output<Map<String, EntityPropertyArgs>>)
@JvmName(name = "ehurglnfkexdhkgr")
suspend fun properties(value: Map<String, EntityPropertyArgs>?)

Parameters

value

An object that maps strings to the properties to set in the component type. Each string in the mapping must be unique to this object.


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

Parameters

argument

An object that maps strings to the properties to set in the component type. Each string in the mapping must be unique to this object.


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

Parameters

values

An object that maps strings to the properties to set in the component type. Each string in the mapping must be unique to this object.