

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 AnchorDateConfiguration
<a name="aws-properties-quicksight-dashboard-anchordateconfiguration"></a>

The date configuration of the filter.

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

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

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

```
{
  "[AnchorOption](#cfn-quicksight-dashboard-anchordateconfiguration-anchoroption)" : String,
  "[ParameterName](#cfn-quicksight-dashboard-anchordateconfiguration-parametername)" : String
}
```

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

```
  [AnchorOption](#cfn-quicksight-dashboard-anchordateconfiguration-anchoroption): String
  [ParameterName](#cfn-quicksight-dashboard-anchordateconfiguration-parametername): String
```

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

`AnchorOption`  <a name="cfn-quicksight-dashboard-anchordateconfiguration-anchoroption"></a>
The options for the date configuration. Choose one of the options below:  
+  `NOW` 
*Required*: No  
*Type*: String  
*Allowed values*: `NOW`  
*Update requires*: [No interruption](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`ParameterName`  <a name="cfn-quicksight-dashboard-anchordateconfiguration-parametername"></a>
The name of the parameter that is used for the anchor date configuration.  
*Required*: No  
*Type*: String  
*Pattern*: `^[a-zA-Z0-9]+$`  
*Minimum*: `1`  
*Maximum*: `2048`  
*Update requires*: [No interruption](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)