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::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:StringURLTemplate: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_TABUpdate requires: No interruption 
- 
                            
- URLTemplate
- 
                    THe URL link of the CustomActionURLOperation.Required: Yes Type: String Minimum: 1Maximum: 2048Update requires: No interruption