interface SameSheetTargetVisualConfigurationProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.QuickSight.CfnAnalysis.SameSheetTargetVisualConfigurationProperty |
Java | software.amazon.awscdk.services.quicksight.CfnAnalysis.SameSheetTargetVisualConfigurationProperty |
Python | aws_cdk.aws_quicksight.CfnAnalysis.SameSheetTargetVisualConfigurationProperty |
TypeScript | @aws-cdk/aws-quicksight » CfnAnalysis » SameSheetTargetVisualConfigurationProperty |
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.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as quicksight from '@aws-cdk/aws-quicksight';
const sameSheetTargetVisualConfigurationProperty: quicksight.CfnAnalysis.SameSheetTargetVisualConfigurationProperty = {
targetVisualOptions: 'targetVisualOptions',
targetVisuals: ['targetVisuals'],
};
Properties
Name | Type | Description |
---|---|---|
target | string | The options that choose the target visual in the same sheet. |
target | string[] | A list of the target visual IDs that are located in the same sheet of the analysis. |
targetVisualOptions?
Type:
string
(optional)
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.
targetVisuals?
Type:
string[]
(optional)
A list of the target visual IDs that are located in the same sheet of the analysis.