Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

AWS::QuickSight::Dashboard LayerCustomAction

Focus mode
AWS::QuickSight::Dashboard LayerCustomAction - AWS CloudFormation
Filter View

A layer custom action.

Syntax

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

JSON

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

Properties

ActionOperations

A list of LayerCustomActionOperations.

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 LayerCustomActionOperation

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 LayerCustomAction.

Required: No

Type: String

Allowed values: ENABLED | DISABLED

Update requires: No interruption

Trigger

The trigger of the LayerCustomAction.

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_MENU

Update requires: No interruption

On this page

PrivacySite termsCookie preferences
© 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved.