AWS::QuickSight::Analysis CustomActionURLOperation - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

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

AWS::QuickSight::Analysis CustomActionURLOperation

The URL operation that opens a link to another webpage.

Syntax

To declare this entity in your 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