properties

@JvmName(name = "xgouugkmbygmripq")
suspend fun properties(value: Output<Map<String, EntityPropertyArgs>>)
@JvmName(name = "tqbigcsiowgttroe")
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 = "ffmvpukrxrksglif")
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 = "vfpwrtmembawplub")
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.