Interface CfnTemplatePropsMixin.IPivotTableFieldSubtotalOptionsProperty
The optional configuration of subtotals cells.
Namespace: Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnTemplatePropsMixin.IPivotTableFieldSubtotalOptionsProperty
Syntax (vb)
Public Interface CfnTemplatePropsMixin.IPivotTableFieldSubtotalOptionsProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins;
var pivotTableFieldSubtotalOptionsProperty = new PivotTableFieldSubtotalOptionsProperty {
FieldId = "fieldId"
};
Synopsis
Properties
| FieldId | The field ID of the subtotal options. |
Properties
FieldId
The field ID of the subtotal options.
string? FieldId { get; }