AWS::QuickSight::Dashboard ImageCustomAction - 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).

This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.

AWS::QuickSight::Dashboard ImageCustomAction

A custom action defined on an image.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "ActionOperations" : [ ImageCustomActionOperation, ... ], "CustomActionId" : String, "Name" : String, "Status" : String, "Trigger" : String }

Properties

ActionOperations

A list of ImageCustomActionOperations.

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 ImageCustomActionOperation

Minimum: 1

Maximum: 2

Update requires: No interruption

CustomActionId

The ID of the custom action.

Required: Yes

Type: String

Pattern: ^[\w\-]+$

Minimum: 1

Maximum: 512

Update requires: No interruption

Name

The name of the custom action.

Required: Yes

Type: String

Minimum: 1

Maximum: 256

Update requires: No interruption

Status

The status of the custom action.

Required: No

Type: String

Allowed values: ENABLED | DISABLED

Update requires: No interruption

Trigger

The trigger of the VisualCustomAction.

Valid values are defined as follows:

  • CLICK: Initiates a custom action by a left pointer click on a data point.

  • MENU: Initiates a custom action by right pointer click from the menu.

Required: Yes

Type: String

Allowed values: CLICK | MENU

Update requires: No interruption