aws-cdk-lib.aws_quicksight.CfnAnalysis.SameSheetTargetVisualConfigurationProperty

interface SameSheetTargetVisualConfigurationProperty

LanguageType name
.NETAmazon.CDK.AWS.QuickSight.CfnAnalysis.SameSheetTargetVisualConfigurationProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnAnalysis_SameSheetTargetVisualConfigurationProperty
Javasoftware.amazon.awscdk.services.quicksight.CfnAnalysis.SameSheetTargetVisualConfigurationProperty
Pythonaws_cdk.aws_quicksight.CfnAnalysis.SameSheetTargetVisualConfigurationProperty
TypeScript aws-cdk-lib » 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 { aws_quicksight as quicksight } from 'aws-cdk-lib';
const sameSheetTargetVisualConfigurationProperty: quicksight.CfnAnalysis.SameSheetTargetVisualConfigurationProperty = {
  targetVisualOptions: 'targetVisualOptions',
  targetVisuals: ['targetVisuals'],
};

Properties

NameTypeDescription
targetVisualOptions?stringThe options that choose the target visual in the same sheet.
targetVisuals?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.