aws-cdk-lib.aws_quicksight.CfnDashboard.PivotTableFieldCollapseStateTargetProperty

interface PivotTableFieldCollapseStateTargetProperty

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

The target of a pivot table field collapse state.

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 pivotTableFieldCollapseStateTargetProperty: quicksight.CfnDashboard.PivotTableFieldCollapseStateTargetProperty = {
  fieldDataPathValues: [{
    fieldId: 'fieldId',
    fieldValue: 'fieldValue',
  }],
  fieldId: 'fieldId',
};

Properties

NameTypeDescription
fieldDataPathValues?IResolvable | IResolvable | DataPathValueProperty[]The data path of the pivot table's header.
fieldId?stringThe field ID of the pivot table that the collapse state needs to be set to.

fieldDataPathValues?

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

The data path of the pivot table's header.

Used to set the collapse state.


fieldId?

Type: string (optional)

The field ID of the pivot table that the collapse state needs to be set to.