Component Args
fun ComponentArgs(appId: Output<String>? = null, bindingProperties: Output<ComponentBindingPropertiesArgs>? = null, children: Output<List<ComponentChildArgs>>? = null, collectionProperties: Output<ComponentCollectionPropertiesArgs>? = null, componentType: Output<String>? = null, environmentName: Output<String>? = null, events: Output<ComponentEventsArgs>? = null, name: Output<String>? = null, overrides: Output<ComponentOverridesArgs>? = null, properties: Output<ComponentPropertiesArgs>? = null, schemaVersion: Output<String>? = null, sourceId: Output<String>? = null, tags: Output<ComponentTagsArgs>? = null, variants: Output<List<ComponentVariantArgs>>? = null)