Class: Aws::AmplifyUIBuilder::Types::UpdateComponentData

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-amplifyuibuilder/types.rb

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#binding_propertiesHash<String,Types::ComponentBindingPropertiesValue>

The data binding information for the component’s properties.



3277
3278
3279
3280
3281
3282
3283
3284
3285
3286
3287
3288
3289
3290
3291
3292
# File 'lib/aws-sdk-amplifyuibuilder/types.rb', line 3277

class UpdateComponentData < Struct.new(
  :id,
  :name,
  :source_id,
  :component_type,
  :properties,
  :children,
  :variants,
  :overrides,
  :binding_properties,
  :collection_properties,
  :events,
  :schema_version)
  SENSITIVE = []
  include Aws::Structure
end

#childrenArray<Types::ComponentChild>

The components that are instances of the main component.



3277
3278
3279
3280
3281
3282
3283
3284
3285
3286
3287
3288
3289
3290
3291
3292
# File 'lib/aws-sdk-amplifyuibuilder/types.rb', line 3277

class UpdateComponentData < Struct.new(
  :id,
  :name,
  :source_id,
  :component_type,
  :properties,
  :children,
  :variants,
  :overrides,
  :binding_properties,
  :collection_properties,
  :events,
  :schema_version)
  SENSITIVE = []
  include Aws::Structure
end

#collection_propertiesHash<String,Types::ComponentDataConfiguration>

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



3277
3278
3279
3280
3281
3282
3283
3284
3285
3286
3287
3288
3289
3290
3291
3292
# File 'lib/aws-sdk-amplifyuibuilder/types.rb', line 3277

class UpdateComponentData < Struct.new(
  :id,
  :name,
  :source_id,
  :component_type,
  :properties,
  :children,
  :variants,
  :overrides,
  :binding_properties,
  :collection_properties,
  :events,
  :schema_version)
  SENSITIVE = []
  include Aws::Structure
end

#component_typeString

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



3277
3278
3279
3280
3281
3282
3283
3284
3285
3286
3287
3288
3289
3290
3291
3292
# File 'lib/aws-sdk-amplifyuibuilder/types.rb', line 3277

class UpdateComponentData < Struct.new(
  :id,
  :name,
  :source_id,
  :component_type,
  :properties,
  :children,
  :variants,
  :overrides,
  :binding_properties,
  :collection_properties,
  :events,
  :schema_version)
  SENSITIVE = []
  include Aws::Structure
end

#eventsHash<String,Types::ComponentEvent>

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



3277
3278
3279
3280
3281
3282
3283
3284
3285
3286
3287
3288
3289
3290
3291
3292
# File 'lib/aws-sdk-amplifyuibuilder/types.rb', line 3277

class UpdateComponentData < Struct.new(
  :id,
  :name,
  :source_id,
  :component_type,
  :properties,
  :children,
  :variants,
  :overrides,
  :binding_properties,
  :collection_properties,
  :events,
  :schema_version)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The unique ID of the component to update.



3277
3278
3279
3280
3281
3282
3283
3284
3285
3286
3287
3288
3289
3290
3291
3292
# File 'lib/aws-sdk-amplifyuibuilder/types.rb', line 3277

class UpdateComponentData < Struct.new(
  :id,
  :name,
  :source_id,
  :component_type,
  :properties,
  :children,
  :variants,
  :overrides,
  :binding_properties,
  :collection_properties,
  :events,
  :schema_version)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the component to update.



3277
3278
3279
3280
3281
3282
3283
3284
3285
3286
3287
3288
3289
3290
3291
3292
# File 'lib/aws-sdk-amplifyuibuilder/types.rb', line 3277

class UpdateComponentData < Struct.new(
  :id,
  :name,
  :source_id,
  :component_type,
  :properties,
  :children,
  :variants,
  :overrides,
  :binding_properties,
  :collection_properties,
  :events,
  :schema_version)
  SENSITIVE = []
  include Aws::Structure
end

#overridesHash<String,Hash<String,String>>

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



3277
3278
3279
3280
3281
3282
3283
3284
3285
3286
3287
3288
3289
3290
3291
3292
# File 'lib/aws-sdk-amplifyuibuilder/types.rb', line 3277

class UpdateComponentData < Struct.new(
  :id,
  :name,
  :source_id,
  :component_type,
  :properties,
  :children,
  :variants,
  :overrides,
  :binding_properties,
  :collection_properties,
  :events,
  :schema_version)
  SENSITIVE = []
  include Aws::Structure
end

#propertiesHash<String,Types::ComponentProperty>

Describes the component’s properties.



3277
3278
3279
3280
3281
3282
3283
3284
3285
3286
3287
3288
3289
3290
3291
3292
# File 'lib/aws-sdk-amplifyuibuilder/types.rb', line 3277

class UpdateComponentData < Struct.new(
  :id,
  :name,
  :source_id,
  :component_type,
  :properties,
  :children,
  :variants,
  :overrides,
  :binding_properties,
  :collection_properties,
  :events,
  :schema_version)
  SENSITIVE = []
  include Aws::Structure
end

#schema_versionString

The schema version of the component when it was imported.



3277
3278
3279
3280
3281
3282
3283
3284
3285
3286
3287
3288
3289
3290
3291
3292
# File 'lib/aws-sdk-amplifyuibuilder/types.rb', line 3277

class UpdateComponentData < Struct.new(
  :id,
  :name,
  :source_id,
  :component_type,
  :properties,
  :children,
  :variants,
  :overrides,
  :binding_properties,
  :collection_properties,
  :events,
  :schema_version)
  SENSITIVE = []
  include Aws::Structure
end

#source_idString

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



3277
3278
3279
3280
3281
3282
3283
3284
3285
3286
3287
3288
3289
3290
3291
3292
# File 'lib/aws-sdk-amplifyuibuilder/types.rb', line 3277

class UpdateComponentData < Struct.new(
  :id,
  :name,
  :source_id,
  :component_type,
  :properties,
  :children,
  :variants,
  :overrides,
  :binding_properties,
  :collection_properties,
  :events,
  :schema_version)
  SENSITIVE = []
  include Aws::Structure
end

#variantsArray<Types::ComponentVariant>

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



3277
3278
3279
3280
3281
3282
3283
3284
3285
3286
3287
3288
3289
3290
3291
3292
# File 'lib/aws-sdk-amplifyuibuilder/types.rb', line 3277

class UpdateComponentData < Struct.new(
  :id,
  :name,
  :source_id,
  :component_type,
  :properties,
  :children,
  :variants,
  :overrides,
  :binding_properties,
  :collection_properties,
  :events,
  :schema_version)
  SENSITIVE = []
  include Aws::Structure
end