propertyGroups

@JvmName(name = "slarmofyyhsvrcrq")
suspend fun propertyGroups(value: Output<Map<String, EntityPropertyGroupArgs>>)
@JvmName(name = "edtlgpcqfwvrvito")
suspend fun propertyGroups(value: Map<String, EntityPropertyGroupArgs>?)

Parameters

value

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


@JvmName(name = "bnrkrxrkutakrslx")
suspend fun propertyGroups(vararg argument: Pair<String, suspend EntityPropertyGroupArgsBuilder.() -> Unit>)

Parameters

argument

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


@JvmName(name = "wsvtfamawooarpxh")
fun propertyGroups(vararg values: Pair<String, EntityPropertyGroupArgs>)

Parameters

values

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