

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

Dataset reference.

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

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

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

```
{
  "[DataSetArn](#cfn-quicksight-analysis-datasetreference-datasetarn)" : String,
  "[DataSetPlaceholder](#cfn-quicksight-analysis-datasetreference-datasetplaceholder)" : String
}
```

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

```
  [DataSetArn](#cfn-quicksight-analysis-datasetreference-datasetarn): String
  [DataSetPlaceholder](#cfn-quicksight-analysis-datasetreference-datasetplaceholder): String
```

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

`DataSetArn`  <a name="cfn-quicksight-analysis-datasetreference-datasetarn"></a>
Dataset Amazon Resource Name (ARN).  
*Required*: Yes  
*Type*: String  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`DataSetPlaceholder`  <a name="cfn-quicksight-analysis-datasetreference-datasetplaceholder"></a>
Dataset placeholder.  
*Required*: Yes  
*Type*: String  
*Pattern*: `\S`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)