AWS::Chatbot::CustomAction CustomActionDefinition - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::Chatbot::CustomAction CustomActionDefinition

Note

Amazon Chatbot is now Amazon Q Developer. Learn more

Type attribute values remain unchanged.

The definition of the command to run when invoked as an alias or as an action button.

Syntax

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

JSON

{ "CommandText" : String }

YAML

CommandText: String

Properties

CommandText

The command string to run which may include variables by prefixing with a dollar sign ($).

Required: Yes

Type: String

Minimum: 1

Maximum: 5000

Update requires: No interruption