Interface CfnCustomActionPropsMixin.CustomActionAttachmentCriteriaProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnCustomActionPropsMixin.CustomActionAttachmentCriteriaProperty.Jsii$Proxy
Enclosing class:
CfnCustomActionPropsMixin

@Stability(Stable) public static interface CfnCustomActionPropsMixin.CustomActionAttachmentCriteriaProperty extends software.amazon.jsii.JsiiSerializable

AWS Chatbot is now . Learn more > > Type attribute values remain unchanged.

A criteria for when a button should be shown based on values in the notification.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.mixins.preview.services.chatbot.mixins.*;
 CustomActionAttachmentCriteriaProperty customActionAttachmentCriteriaProperty = CustomActionAttachmentCriteriaProperty.builder()
         .operator("operator")
         .value("value")
         .variableName("variableName")
         .build();
 

See Also: