Component Type Args
constructor(componentTypeId: Output<String>? = null, compositeComponentTypes: Output<Map<String, ComponentTypeCompositeComponentTypeArgs>>? = null, description: Output<String>? = null, extendsFrom: Output<List<String>>? = null, functions: Output<Map<String, ComponentTypeFunctionArgs>>? = null, isSingleton: Output<Boolean>? = null, propertyDefinitions: Output<Map<String, ComponentTypePropertyDefinitionArgs>>? = null, propertyGroups: Output<Map<String, ComponentTypePropertyGroupArgs>>? = null, tags: Output<Map<String, String>>? = null, workspaceId: Output<String>? = null)