interface CustomActionFilterOperationProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.QuickSight.CfnAnalysis.CustomActionFilterOperationProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnAnalysis_CustomActionFilterOperationProperty |
![]() | software.amazon.awscdk.services.quicksight.CfnAnalysis.CustomActionFilterOperationProperty |
![]() | aws_cdk.aws_quicksight.CfnAnalysis.CustomActionFilterOperationProperty |
![]() | aws-cdk-lib » aws_quicksight » CfnAnalysis » CustomActionFilterOperationProperty |
The filter operation that filters data included in a visual or in an entire sheet.
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 customActionFilterOperationProperty: quicksight.CfnAnalysis.CustomActionFilterOperationProperty = {
selectedFieldsConfiguration: {
selectedColumns: [{
columnName: 'columnName',
dataSetIdentifier: 'dataSetIdentifier',
}],
selectedFieldOptions: 'selectedFieldOptions',
selectedFields: ['selectedFields'],
},
targetVisualsConfiguration: {
sameSheetTargetVisualConfiguration: {
targetVisualOptions: 'targetVisualOptions',
targetVisuals: ['targetVisuals'],
},
},
};
Properties
Name | Type | Description |
---|---|---|
selected | IResolvable | Filter | The configuration that chooses the fields to be filtered. |
target | IResolvable | Filter | The configuration that chooses the target visuals to be filtered. |
selectedFieldsConfiguration
Type:
IResolvable
|
Filter
The configuration that chooses the fields to be filtered.
targetVisualsConfiguration
Type:
IResolvable
|
Filter
The configuration that chooses the target visuals to be filtered.