This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::Chatbot::CustomAction CustomActionAttachmentCriteria
Note
AWS Chatbot is now Amazon Q Developer. Learn more
Type attribute values remain unchanged.
A criteria for when a button should be shown based on values in the notification.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Operator" :String, "Value" :String, "VariableName" :String}
YAML
Operator:StringValue:StringVariableName:String
Properties
Operator-
The operation to perform on the named variable.
Required: Yes
Type: String
Allowed values:
HAS_VALUE | EQUALSUpdate requires: No interruption
Value-
A value that is compared with the actual value of the variable based on the behavior of the operator.
Required: No
Type: String
Minimum:
0Maximum:
1024Update requires: No interruption
VariableName-
The name of the variable to operate on.
Required: Yes
Type: String
Update requires: No interruption