

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 TableFieldLinkConfiguration
<a name="aws-properties-quicksight-analysis-tablefieldlinkconfiguration"></a>

The link configuration of a table field URL.

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

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

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

```
{
  "[Content](#cfn-quicksight-analysis-tablefieldlinkconfiguration-content)" : TableFieldLinkContentConfiguration,
  "[Target](#cfn-quicksight-analysis-tablefieldlinkconfiguration-target)" : String
}
```

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

```
  [Content](#cfn-quicksight-analysis-tablefieldlinkconfiguration-content): 
    TableFieldLinkContentConfiguration
  [Target](#cfn-quicksight-analysis-tablefieldlinkconfiguration-target): String
```

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

`Content`  <a name="cfn-quicksight-analysis-tablefieldlinkconfiguration-content"></a>
The URL content (text, icon) for the table link configuration.  
*Required*: Yes  
*Type*: [TableFieldLinkContentConfiguration](aws-properties-quicksight-analysis-tablefieldlinkcontentconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Target`  <a name="cfn-quicksight-analysis-tablefieldlinkconfiguration-target"></a>
The URL target (new tab, new window, same tab) for the table link configuration.  
*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)