AWS::QuickSight::Template CustomActionURLOperation - AWS CloudFormation

AWS::QuickSight::Template CustomActionURLOperation

The URL operation that opens a link to another webpage.

Syntax

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