Component Args
constructor(appId: Output<String>? = null, bindingProperties: Output<Map<String, ComponentBindingPropertiesValueArgs>>? = null, children: Output<List<ComponentChildArgs>>? = null, collectionProperties: Output<Map<String, ComponentDataConfigurationArgs>>? = null, componentType: Output<String>? = null, environmentName: Output<String>? = null, events: Output<Map<String, ComponentEventArgs>>? = null, name: Output<String>? = null, overrides: Output<Map<String, Any>>? = null, properties: Output<Map<String, ComponentPropertyArgs>>? = null, schemaVersion: Output<String>? = null, sourceId: Output<String>? = null, tags: Output<Map<String, String>>? = null, variants: Output<List<ComponentVariantArgs>>? = null)