AWS::Chatbot::CustomAction CustomActionAttachmentCriteria - 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 CustomActionAttachmentCriteria

Note

Amazon 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 Amazon 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