

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](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/Welcome.html).

# AWS::QuickSight::Analysis CustomActionURLOperation
<a name="aws-properties-quicksight-analysis-customactionurloperation"></a>

The URL operation that opens a link to another webpage.

## Syntax
<a name="aws-properties-quicksight-analysis-customactionurloperation-syntax"></a>

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

### JSON
<a name="aws-properties-quicksight-analysis-customactionurloperation-syntax.json"></a>

```
{
  "[URLTarget](#cfn-quicksight-analysis-customactionurloperation-urltarget)" : String,
  "[URLTemplate](#cfn-quicksight-analysis-customactionurloperation-urltemplate)" : String
}
```

### YAML
<a name="aws-properties-quicksight-analysis-customactionurloperation-syntax.yaml"></a>

```
  [URLTarget](#cfn-quicksight-analysis-customactionurloperation-urltarget): String
  [URLTemplate](#cfn-quicksight-analysis-customactionurloperation-urltemplate): String
```

## Properties
<a name="aws-properties-quicksight-analysis-customactionurloperation-properties"></a>

`URLTarget`  <a name="cfn-quicksight-analysis-customactionurloperation-urltarget"></a>
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](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`URLTemplate`  <a name="cfn-quicksight-analysis-customactionurloperation-urltemplate"></a>
THe URL link of the `CustomActionURLOperation`.  
*Required*: Yes  
*Type*: String  
*Minimum*: `1`  
*Maximum*: `2048`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)