Show / Hide Table of Contents

Interface CfnAnalysisPropsMixin.ITotalAggregationOptionProperty

The total aggregation settings map of a field id.

Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnAnalysisPropsMixin.ITotalAggregationOptionProperty
Syntax (vb)
Public Interface CfnAnalysisPropsMixin.ITotalAggregationOptionProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-totalaggregationoption.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.CfnPropertyMixins.AWS.QuickSight;

             var totalAggregationOptionProperty = new TotalAggregationOptionProperty {
                 FieldId = "fieldId",
                 TotalAggregationFunction = new TotalAggregationFunctionProperty {
                     SimpleTotalAggregationFunction = "simpleTotalAggregationFunction"
                 }
             };

Synopsis

Properties

FieldId

The field id that's associated with the total aggregation option.

TotalAggregationFunction

The total aggregation function that you want to set for a specified field id.

Properties

FieldId

The field id that's associated with the total aggregation option.

string? FieldId { get; }
Property Value

string

Remarks

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

TotalAggregationFunction

The total aggregation function that you want to set for a specified field id.

object? TotalAggregationFunction { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-totalaggregationoption.html#cfn-quicksight-analysis-totalaggregationoption-totalaggregationfunction

Type union: either IResolvable or CfnAnalysisPropsMixin.ITotalAggregationFunctionProperty

Back to top Generated by DocFX