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::QuickSight::Dashboard VisualCustomAction
A custom action defined on a visual.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "ActionOperations" :[ VisualCustomActionOperation, ... ], "CustomActionId" :String, "Name" :String, "Status" :String, "Trigger" :String}
YAML
ActionOperations:- VisualCustomActionOperationCustomActionId:StringName:StringStatus:StringTrigger:String
Properties
- ActionOperations
- 
                    A list of VisualCustomActionOperations.This is a union type structure. For this structure to be valid, only one of the attributes can be defined. Required: Yes Type: Array of VisualCustomActionOperation Minimum: 1Maximum: 2Update requires: No interruption 
- CustomActionId
- 
                    The ID of the VisualCustomAction.Required: Yes Type: String Pattern: ^[\w\-]+$Minimum: 1Maximum: 512Update requires: No interruption 
- Name
- 
                    The name of the VisualCustomAction.Required: Yes Type: String Minimum: 1Maximum: 256Update requires: No interruption 
- Status
- 
                    The status of the VisualCustomAction.Required: No Type: String Allowed values: ENABLED | DISABLEDUpdate requires: No interruption 
- Trigger
- 
                    The trigger of the VisualCustomAction.Valid values are defined as follows: - 
                            DATA_POINT_CLICK: Initiates a custom action by a left pointer click on a data point.
- 
                            DATA_POINT_MENU: Initiates a custom action by right pointer click from the menu.
 Required: Yes Type: String Allowed values: DATA_POINT_CLICK | DATA_POINT_MENUUpdate requires: No interruption 
-