AWS::Chatbot::CustomAction CustomActionAttachmentCriteria - 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::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 CloudFormation template, use the following syntax:

JSON

{ "Operator" : String, "Value" : String, "VariableName" : String }

YAML

Operator: String Value: String VariableName: String

Properties

Operator

The operation to perform on the named variable.

Required: Yes

Type: String

Allowed values: HAS_VALUE | EQUALS

Update 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: 0

Maximum: 1024

Update requires: No interruption

VariableName

The name of the variable to operate on.

Required: Yes

Type: String

Update requires: No interruption