aws-cdk-lib.aws_amplifyuibuilder.CfnComponent.ComponentChildProperty
interface ComponentChildProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.AmplifyUIBuilder.CfnComponent.ComponentChildProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsamplifyuibuilder#CfnComponent_ComponentChildProperty |
![]() | software.amazon.awscdk.services.amplifyuibuilder.CfnComponent.ComponentChildProperty |
![]() | aws_cdk.aws_amplifyuibuilder.CfnComponent.ComponentChildProperty |
![]() | aws-cdk-lib » aws_amplifyuibuilder » CfnComponent » ComponentChildProperty |
The ComponentChild
property specifies a nested UI configuration within a parent Component
.
Example
// The generated example for this type would exceed 500 lines,
// and has been elided for readability.
Properties
Name | Type | Description |
---|---|---|
component | string | The type of the child component. |
name | string | The name of the child component. |
properties | IResolvable | { [string]: IResolvable | Component } | Describes the properties of the child component. |
children? | IResolvable | IResolvable | Component [] | The list of ComponentChild instances for this component. |
events? | IResolvable | { [string]: IResolvable | Component } | Describes the events that can be raised on the child component. |
componentType
Type:
string
The type of the child component.
name
Type:
string
The name of the child component.
properties
Type:
IResolvable
| { [string]:
IResolvable
|
Component
}
Describes the properties of the child component.
You can't specify tags
as a valid property for properties
.
children?
Type:
IResolvable
|
IResolvable
|
Component
[]
(optional)
The list of ComponentChild
instances for this component.
events?
Type:
IResolvable
| { [string]:
IResolvable
|
Component
}
(optional)
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.