AWS::Chatbot::CustomAction CustomActionAttachmentCriteria - AWS CloudFormation

AWS::Chatbot::CustomAction CustomActionAttachmentCriteria

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: 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: 50

Update requires: No interruption

VariableName

The name of the variable to operate on.

Required: Yes

Type: String

Update requires: No interruption