Show / Hide Table of Contents

Interface CfnAnalysis.ITableAggregatedFieldWellsProperty

The aggregated field well for the table.

Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnAnalysis.ITableAggregatedFieldWellsProperty
Syntax (vb)
Public Interface CfnAnalysis.ITableAggregatedFieldWellsProperty
Remarks

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

ExampleMetadata: fixture=_generated

Synopsis

Properties

GroupBy

The group by field well for a pivot table.

Values

The values field well for a pivot table.

Properties

GroupBy

The group by field well for a pivot table.

object? GroupBy { get; }
Property Value

object

Remarks

Values are grouped by group by fields.

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

Values

The values field well for a pivot table.

object? Values { get; }
Property Value

object

Remarks

Values are aggregated based on group by fields.

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

Back to top Generated by DocFX