Show / Hide Table of Contents

Class CfnDashboardPropsMixin.PivotTableConfigurationProperty

The configuration for a PivotTableVisual .

Inheritance
object
CfnDashboardPropsMixin.PivotTableConfigurationProperty
Implements
CfnDashboardPropsMixin.IPivotTableConfigurationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnDashboardPropsMixin.PivotTableConfigurationProperty : CfnDashboardPropsMixin.IPivotTableConfigurationProperty
Syntax (vb)
Public Class CfnDashboardPropsMixin.PivotTableConfigurationProperty Implements CfnDashboardPropsMixin.IPivotTableConfigurationProperty
Remarks

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

ExampleMetadata: fixture=_generated

Synopsis

Constructors

PivotTableConfigurationProperty()

The configuration for a PivotTableVisual .

Properties

FieldOptions

The field options for a pivot table visual.

FieldWells

The field wells of the visual.

Interactions

The general visual interactions setup for a visual.

PaginatedReportOptions

The paginated report options for a pivot table visual.

SortConfiguration

The sort configuration for a PivotTableVisual .

TableOptions

The table options for a pivot table visual.

TotalOptions

The total options for a pivot table visual.

Constructors

PivotTableConfigurationProperty()

The configuration for a PivotTableVisual .

public PivotTableConfigurationProperty()
Remarks

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

ExampleMetadata: fixture=_generated

Properties

FieldOptions

The field options for a pivot table visual.

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

object

Remarks

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

Type union: either IResolvable or CfnDashboardPropsMixin.IPivotTableFieldOptionsProperty

FieldWells

The field wells of the visual.

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

object

Remarks

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

Type union: either IResolvable or CfnDashboardPropsMixin.IPivotTableFieldWellsProperty

Interactions

The general visual interactions setup for a visual.

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

object

Remarks

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

Type union: either IResolvable or CfnDashboardPropsMixin.IVisualInteractionOptionsProperty

PaginatedReportOptions

The paginated report options for a pivot table visual.

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

object

Remarks

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

Type union: either IResolvable or CfnDashboardPropsMixin.IPivotTablePaginatedReportOptionsProperty

SortConfiguration

The sort configuration for a PivotTableVisual .

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

object

Remarks

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

Type union: either IResolvable or CfnDashboardPropsMixin.IPivotTableSortConfigurationProperty

TableOptions

The table options for a pivot table visual.

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

object

Remarks

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

Type union: either IResolvable or CfnDashboardPropsMixin.IPivotTableOptionsProperty

TotalOptions

The total options for a pivot table visual.

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

object

Remarks

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

Type union: either IResolvable or CfnDashboardPropsMixin.IPivotTableTotalOptionsProperty

Implements

CfnDashboardPropsMixin.IPivotTableConfigurationProperty
Back to top Generated by DocFX