aws-cdk-lib.aws_quicksight.CfnTemplate.FilterScopeConfigurationProperty

interface FilterScopeConfigurationProperty

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

The scope configuration for a FilterGroup .

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 filterScopeConfigurationProperty: quicksight.CfnTemplate.FilterScopeConfigurationProperty = {
  selectedSheets: {
    sheetVisualScopingConfigurations: [{
      scope: 'scope',
      sheetId: 'sheetId',

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

Properties

NameTypeDescription
selectedSheets?IResolvable | SelectedSheetsFilterScopeConfigurationPropertyThe configuration for applying a filter to specific sheets.

selectedSheets?

Type: IResolvable | SelectedSheetsFilterScopeConfigurationProperty (optional)

The configuration for applying a filter to specific sheets.