interface PivotTableFieldSubtotalOptionsProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.QuickSight.CfnDashboardPropsMixin.PivotTableFieldSubtotalOptionsProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsquicksight#CfnDashboardPropsMixin_PivotTableFieldSubtotalOptionsProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnDashboardPropsMixin.PivotTableFieldSubtotalOptionsProperty |
Python | aws_cdk.cfn_property_mixins.aws_quicksight.CfnDashboardPropsMixin.PivotTableFieldSubtotalOptionsProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_quicksight » CfnDashboardPropsMixin » PivotTableFieldSubtotalOptionsProperty |
The optional configuration of subtotals cells.
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/cfn-property-mixins';
const pivotTableFieldSubtotalOptionsProperty: quicksight.CfnDashboardPropsMixin.PivotTableFieldSubtotalOptionsProperty = {
fieldId: 'fieldId',
};
Properties
| Name | Type | Description |
|---|---|---|
| field | string | The field ID of the subtotal options. |
fieldId?
Type:
string
(optional)
The field ID of the subtotal options.

.NET
Go
Java
Python
TypeScript