AWS::AmplifyUIBuilder::Component ComponentChild
The ComponentChild property specifies a nested UI configuration within a
parent Component.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "Children" :[ ComponentChild, ... ], "ComponentType" :String, "Events" :{, "Name" :Key:Value, ...}String, "Properties" :{}Key:Value, ...}
YAML
Children:- ComponentChildComponentType:StringEvents:Name:Key:ValueStringProperties:Key:Value
Properties
Children-
The list of
ComponentChildinstances for this component.Required: No
Type: List of ComponentChild
Update requires: No interruption
ComponentType-
The type of the child component.
Required: Yes
Type: String
Update requires: No interruption
Events-
Describes the events that can be raised on the child component. Use for the workflow feature in Amplify Studio that allows you to bind events and actions to components.
Required: No
Type: Map of ComponentEvent
Update requires: No interruption
Name-
The name of the child component.
Required: Yes
Type: String
Update requires: No interruption
Properties-
Describes the properties of the child component. You can't specify
tagsas a valid property forproperties.Required: Yes
Type: Map of ComponentProperty
Update requires: No interruption