

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

# AWS::QuickSight::Dashboard LocalNavigationConfiguration
<a name="aws-properties-quicksight-dashboard-localnavigationconfiguration"></a>

The navigation configuration for `CustomActionNavigationOperation`.

## Syntax
<a name="aws-properties-quicksight-dashboard-localnavigationconfiguration-syntax"></a>

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

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

```
{
  "[TargetSheetId](#cfn-quicksight-dashboard-localnavigationconfiguration-targetsheetid)" : String
}
```

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

```
  [TargetSheetId](#cfn-quicksight-dashboard-localnavigationconfiguration-targetsheetid): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-localnavigationconfiguration-properties"></a>

`TargetSheetId`  <a name="cfn-quicksight-dashboard-localnavigationconfiguration-targetsheetid"></a>
The sheet that is targeted for navigation in the same analysis.  
*Required*: Yes  
*Type*: String  
*Pattern*: `^[\w\-]+$`  
*Minimum*: `1`  
*Maximum*: `512`  
*Update requires*: [No interruption](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)