

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

The scope configuration for a `FilterGroup`.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

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

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

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

```
{
  "[AllSheets](#cfn-quicksight-analysis-filterscopeconfiguration-allsheets)" : {{Json}},
  "[SelectedSheets](#cfn-quicksight-analysis-filterscopeconfiguration-selectedsheets)" : {{SelectedSheetsFilterScopeConfiguration}}
}
```

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

```
  [AllSheets](#cfn-quicksight-analysis-filterscopeconfiguration-allsheets): {{Json}}
  [SelectedSheets](#cfn-quicksight-analysis-filterscopeconfiguration-selectedsheets): {{
    SelectedSheetsFilterScopeConfiguration}}
```

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

`AllSheets`  <a name="cfn-quicksight-analysis-filterscopeconfiguration-allsheets"></a>
The configuration that applies a filter to all sheets. When you choose `AllSheets` as the value for a `FilterScopeConfiguration`, this filter is applied to all visuals of all sheets in an Analysis, Dashboard, or Template. The `AllSheetsFilterScopeConfiguration` is chosen.  
*Required*: No  
*Type*: Json  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`SelectedSheets`  <a name="cfn-quicksight-analysis-filterscopeconfiguration-selectedsheets"></a>
The configuration for applying a filter to specific sheets.  
*Required*: No  
*Type*: [SelectedSheetsFilterScopeConfiguration](aws-properties-quicksight-analysis-selectedsheetsfilterscopeconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)