aws-cdk-lib.aws_quicksight.CfnDashboard.SelectedSheetsFilterScopeConfigurationProperty

interface SelectedSheetsFilterScopeConfigurationProperty

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

The configuration for applying a filter to specific sheets or visuals.

You can apply this filter to multiple visuals that are on one sheet or to all visuals on a sheet.

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 selectedSheetsFilterScopeConfigurationProperty: quicksight.CfnDashboard.SelectedSheetsFilterScopeConfigurationProperty = {
  sheetVisualScopingConfigurations: [{
    scope: 'scope',
    sheetId: 'sheetId',

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

Properties

NameTypeDescription
sheetVisualScopingConfigurations?IResolvable | IResolvable | SheetVisualScopingConfigurationProperty[]The sheet ID and visual IDs of the sheet and visuals that the filter is applied to.

sheetVisualScopingConfigurations?

Type: IResolvable | IResolvable | SheetVisualScopingConfigurationProperty[] (optional)

The sheet ID and visual IDs of the sheet and visuals that the filter is applied to.