composite Component Types
suspend fun compositeComponentTypes(value: Output<Map<String, ComponentTypeCompositeComponentTypeArgs>>)
Parameters
value
An map of the composite component types in the component type. Each composite component type's key must be unique to this map.
suspend fun compositeComponentTypes(vararg argument: Pair<String, suspend ComponentTypeCompositeComponentTypeArgsBuilder.() -> Unit>)
Parameters
argument
An map of the composite component types in the component type. Each composite component type's key must be unique to this map.
Parameters
values
An map of the composite component types in the component type. Each composite component type's key must be unique to this map.