aws-cdk-lib.aws_amplifyuibuilder.CfnComponent.ComponentChildProperty

interface ComponentChildProperty

LanguageType name
.NETAmazon.CDK.AWS.AmplifyUIBuilder.CfnComponent.ComponentChildProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsamplifyuibuilder#CfnComponent_ComponentChildProperty
Javasoftware.amazon.awscdk.services.amplifyuibuilder.CfnComponent.ComponentChildProperty
Pythonaws_cdk.aws_amplifyuibuilder.CfnComponent.ComponentChildProperty
TypeScript 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

NameTypeDescription
componentTypestringThe type of the child component.
namestringThe name of the child component.
propertiesIResolvable | { [string]: IResolvable | ComponentPropertyProperty }Describes the properties of the child component.
children?IResolvable | IResolvable | ComponentChildProperty[]The list of ComponentChild instances for this component.
events?IResolvable | { [string]: IResolvable | ComponentEventProperty }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 | ComponentPropertyProperty }

Describes the properties of the child component.

You can't specify tags as a valid property for properties .


children?

Type: IResolvable | IResolvable | ComponentChildProperty[] (optional)

The list of ComponentChild instances for this component.


events?

Type: IResolvable | { [string]: IResolvable | ComponentEventProperty } (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.