

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

The configuration of the same-sheet target visuals that you want to be filtered.

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-samesheettargetvisualconfiguration-syntax"></a>

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

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

```
{
  "[TargetVisualOptions](#cfn-quicksight-analysis-samesheettargetvisualconfiguration-targetvisualoptions)" : {{String}},
  "[TargetVisuals](#cfn-quicksight-analysis-samesheettargetvisualconfiguration-targetvisuals)" : {{[ String, ... ]}}
}
```

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

```
  [TargetVisualOptions](#cfn-quicksight-analysis-samesheettargetvisualconfiguration-targetvisualoptions): {{String}}
  [TargetVisuals](#cfn-quicksight-analysis-samesheettargetvisualconfiguration-targetvisuals): {{
    - String}}
```

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

`TargetVisualOptions`  <a name="cfn-quicksight-analysis-samesheettargetvisualconfiguration-targetvisualoptions"></a>
The options that choose the target visual in the same sheet.  
Valid values are defined as follows:  
+ `ALL_VISUALS`: Applies the filter operation to all visuals in the same sheet.
*Required*: No  
*Type*: String  
*Allowed values*: `ALL_VISUALS`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`TargetVisuals`  <a name="cfn-quicksight-analysis-samesheettargetvisualconfiguration-targetvisuals"></a>
A list of the target visual IDs that are located in the same sheet of the analysis.  
*Required*: No  
*Type*: Array of String  
*Minimum*: `1 | 1`  
*Maximum*: `512 | 50`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)