interface PivotTableFieldCollapseStateTargetProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.QuickSight.CfnDashboard.PivotTableFieldCollapseStateTargetProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnDashboard_PivotTableFieldCollapseStateTargetProperty |
![]() | software.amazon.awscdk.services.quicksight.CfnDashboard.PivotTableFieldCollapseStateTargetProperty |
![]() | aws_cdk.aws_quicksight.CfnDashboard.PivotTableFieldCollapseStateTargetProperty |
![]() | 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: [{
dataPathType: {
pivotTableDataPathType: 'pivotTableDataPathType',
},
fieldId: 'fieldId',
fieldValue: 'fieldValue',
}],
fieldId: 'fieldId',
};
Properties
Name | Type | Description |
---|---|---|
field | IResolvable | IResolvable | Data [] | The data path of the pivot table's header. |
field | string | The field ID of the pivot table that the collapse state needs to be set to. |
fieldDataPathValues?
Type:
IResolvable
|
IResolvable
|
Data
[]
(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.