AWS::Chatbot::CustomAction CustomActionDefinition
The definition of the command to run when invoked as an alias or as an action button.
Syntax
To declare this entity in your AWS 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:
100
Update requires: No interruption