Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-pivottablefieldsubtotaloptions.html

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; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-pivottablefieldsubtotaloptions.html#cfn-quicksight-template-pivottablefieldsubtotaloptions-fieldid

Back to top Generated by DocFX