aws-cdk-lib.aws_quicksight.CfnDashboard.FilterOperationSelectedFieldsConfigurationProperty

interface FilterOperationSelectedFieldsConfigurationProperty

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

The configuration of selected fields in the CustomActionFilterOperation .

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 filterOperationSelectedFieldsConfigurationProperty: quicksight.CfnDashboard.FilterOperationSelectedFieldsConfigurationProperty = {
  selectedColumns: [{
    columnName: 'columnName',
    dataSetIdentifier: 'dataSetIdentifier',
  }],
  selectedFieldOptions: 'selectedFieldOptions',
  selectedFields: ['selectedFields'],
};

Properties

NameTypeDescription
selectedColumns?IResolvable | IResolvable | ColumnIdentifierProperty[]The selected columns of a dataset.
selectedFieldOptions?stringA structure that contains the options that choose which fields are filtered in the CustomActionFilterOperation .
selectedFields?string[]Chooses the fields that are filtered in CustomActionFilterOperation .

selectedColumns?

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

The selected columns of a dataset.


selectedFieldOptions?

Type: string (optional)

A structure that contains the options that choose which fields are filtered in the CustomActionFilterOperation .

Valid values are defined as follows:

  • ALL_FIELDS : Applies the filter operation to all fields.

selectedFields?

Type: string[] (optional)

Chooses the fields that are filtered in CustomActionFilterOperation .