aws-cdk-lib.aws_quicksight.CfnDashboard.SheetVisualScopingConfigurationProperty

interface SheetVisualScopingConfigurationProperty

LanguageType name
.NETAmazon.CDK.AWS.QuickSight.CfnDashboard.SheetVisualScopingConfigurationProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnDashboard_SheetVisualScopingConfigurationProperty
Javasoftware.amazon.awscdk.services.quicksight.CfnDashboard.SheetVisualScopingConfigurationProperty
Pythonaws_cdk.aws_quicksight.CfnDashboard.SheetVisualScopingConfigurationProperty
TypeScript aws-cdk-lib » aws_quicksight » CfnDashboard » SheetVisualScopingConfigurationProperty

The filter that is applied to the options.

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 sheetVisualScopingConfigurationProperty: quicksight.CfnDashboard.SheetVisualScopingConfigurationProperty = {
  scope: 'scope',
  sheetId: 'sheetId',

  // the properties below are optional
  visualIds: ['visualIds'],
};

Properties

NameTypeDescription
scopestringThe scope of the applied entities. Choose one of the following options:.
sheetIdstringThe selected sheet that the filter is applied to.
visualIds?string[]The selected visuals that the filter is applied to.

scope

Type: string

The scope of the applied entities. Choose one of the following options:.

  • ALL_VISUALS
  • SELECTED_VISUALS

sheetId

Type: string

The selected sheet that the filter is applied to.


visualIds?

Type: string[] (optional)

The selected visuals that the filter is applied to.