AWS::AmplifyUIBuilder::Component ComponentEvent - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::AmplifyUIBuilder::Component ComponentEvent

The ComponentEvent property specifies the configuration of an event. You can bind an event and a corresponding action to a Component or a ComponentChild. A button click is an example of an event.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "Action" : String, "BindingEvent" : String, "Parameters" : ActionParameters }

Properties

Action

The action to perform when a specific event is raised.

Required: No

Type: String

Update requires: No interruption

BindingEvent

Binds an event to an action on a component. When you specify a bindingEvent, the event is called when the action is performed.

Required: No

Type: String

Update requires: No interruption

Parameters

Describes information about the action.

Required: No

Type: ActionParameters

Update requires: No interruption