AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Updates and saves all of the information about a component, based on component ID.

Inheritance Hierarchy

System.Object
  Amazon.AmplifyUIBuilder.Model.UpdateComponentData

Namespace: Amazon.AmplifyUIBuilder.Model
Assembly: AWSSDK.AmplifyUIBuilder.dll
Version: 3.x.y.z

Syntax

C#
public class UpdateComponentData

The UpdateComponentData type exposes the following members

Constructors

NameDescription
Public Method UpdateComponentData()

Properties

NameTypeDescription
Public Property BindingProperties System.Collections.Generic.Dictionary<System.String, Amazon.AmplifyUIBuilder.Model.ComponentBindingPropertiesValue>

Gets and sets the property BindingProperties.

The data binding information for the component's properties.

Public Property Children System.Collections.Generic.List<Amazon.AmplifyUIBuilder.Model.ComponentChild>

Gets and sets the property Children.

The components that are instances of the main component.

Public Property CollectionProperties System.Collections.Generic.Dictionary<System.String, Amazon.AmplifyUIBuilder.Model.ComponentDataConfiguration>

Gets and sets the property CollectionProperties.

The configuration for binding a component's properties to a data model. Use this for a collection component.

Public Property ComponentType System.String

Gets and sets the property ComponentType.

The type of the component. This can be an Amplify custom UI component or another custom component.

Public Property Events System.Collections.Generic.Dictionary<System.String, Amazon.AmplifyUIBuilder.Model.ComponentEvent>

Gets and sets the property Events.

The event configuration for the component. Use for the workflow feature in Amplify Studio that allows you to bind events and actions to components.

Public Property Id System.String

Gets and sets the property Id.

The unique ID of the component to update.

Public Property Name System.String

Gets and sets the property Name.

The name of the component to update.

Public Property Overrides System.Collections.Generic.Dictionary<System.String, System.Collections.Generic.Dictionary<System.String, System.String>>

Gets and sets the property Overrides.

Describes the properties that can be overriden to customize the component.

Public Property Properties System.Collections.Generic.Dictionary<System.String, Amazon.AmplifyUIBuilder.Model.ComponentProperty>

Gets and sets the property Properties.

Describes the component's properties.

Public Property SchemaVersion System.String

Gets and sets the property SchemaVersion.

The schema version of the component when it was imported.

Public Property SourceId System.String

Gets and sets the property SourceId.

The unique ID of the component in its original source system, such as Figma.

Public Property Variants System.Collections.Generic.List<Amazon.AmplifyUIBuilder.Model.ComponentVariant>

Gets and sets the property Variants.

A list of the unique variants of the main component being updated.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5