

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::Dashboard PluginVisualProperty
<a name="aws-properties-quicksight-dashboard-pluginvisualproperty"></a>

The key value pair of the persisted property.

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

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

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

```
{
  "[Name](#cfn-quicksight-dashboard-pluginvisualproperty-name)" : String,
  "[Value](#cfn-quicksight-dashboard-pluginvisualproperty-value)" : String
}
```

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

```
  [Name](#cfn-quicksight-dashboard-pluginvisualproperty-name): String
  [Value](#cfn-quicksight-dashboard-pluginvisualproperty-value): String
```

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

`Name`  <a name="cfn-quicksight-dashboard-pluginvisualproperty-name"></a>
The name of the plugin visual property.  
*Required*: No  
*Type*: String  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Value`  <a name="cfn-quicksight-dashboard-pluginvisualproperty-value"></a>
The value of the plugin visual property.  
*Required*: No  
*Type*: String  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)