Show / Hide Table of Contents

Class CfnDashboard.TableAggregatedFieldWellsProperty

The aggregated field well for the table.

Inheritance
object
CfnDashboard.TableAggregatedFieldWellsProperty
Implements
CfnDashboard.ITableAggregatedFieldWellsProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnDashboard.TableAggregatedFieldWellsProperty : CfnDashboard.ITableAggregatedFieldWellsProperty
Syntax (vb)
Public Class CfnDashboard.TableAggregatedFieldWellsProperty Implements CfnDashboard.ITableAggregatedFieldWellsProperty
Remarks

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

ExampleMetadata: fixture=_generated

Synopsis

Constructors

TableAggregatedFieldWellsProperty()

The aggregated field well for the table.

Properties

GroupBy

The group by field well for a pivot table.

Values

The values field well for a pivot table.

Constructors

TableAggregatedFieldWellsProperty()

The aggregated field well for the table.

public TableAggregatedFieldWellsProperty()
Remarks

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

ExampleMetadata: fixture=_generated

Properties

GroupBy

The group by field well for a pivot table.

public object? GroupBy { get; set; }
Property Value

object

Remarks

Values are grouped by group by fields.

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

Values

The values field well for a pivot table.

public object? Values { get; set; }
Property Value

object

Remarks

Values are aggregated based on group by fields.

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

Implements

CfnDashboard.ITableAggregatedFieldWellsProperty
Back to top Generated by DocFX