AWS::QuickSight::Template CustomActionURLOperation - 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).

AWS::QuickSight::Template CustomActionURLOperation

The URL operation that opens a link to another webpage.

Syntax

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

JSON

{ "URLTarget" : String, "URLTemplate" : String }

YAML

URLTarget: String URLTemplate: String

Properties

URLTarget

The target of the CustomActionURLOperation.

Valid values are defined as follows:

  • NEW_TAB: Opens the target URL in a new browser tab.

  • NEW_WINDOW: Opens the target URL in a new browser window.

  • SAME_TAB: Opens the target URL in the same browser tab.

Required: Yes

Type: String

Allowed values: NEW_TAB | NEW_WINDOW | SAME_TAB

Update requires: No interruption

URLTemplate

THe URL link of the CustomActionURLOperation.

Required: Yes

Type: String

Minimum: 1

Maximum: 2048

Update requires: No interruption