interface SheetVisualScopingConfigurationProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.QuickSight.CfnDashboard.SheetVisualScopingConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnDashboard_SheetVisualScopingConfigurationProperty |
Java | software.amazon.awscdk.services.quicksight.CfnDashboard.SheetVisualScopingConfigurationProperty |
Python | aws_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
Name | Type | Description |
---|---|---|
scope | string | The scope of the applied entities. Choose one of the following options:. |
sheet | string | The selected sheet that the filter is applied to. |
visual | 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.