Show / Hide Table of Contents

Class CfnTemplatePropsMixin.PivotTableConfigurationProperty

The configuration for a PivotTableVisual .

Inheritance
object
CfnTemplatePropsMixin.PivotTableConfigurationProperty
Implements
CfnTemplatePropsMixin.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 CfnTemplatePropsMixin.PivotTableConfigurationProperty : CfnTemplatePropsMixin.IPivotTableConfigurationProperty
Syntax (vb)
Public Class CfnTemplatePropsMixin.PivotTableConfigurationProperty Implements CfnTemplatePropsMixin.IPivotTableConfigurationProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-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-template-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-template-pivottableconfiguration.html#cfn-quicksight-template-pivottableconfiguration-fieldoptions

Type union: either IResolvable or CfnTemplatePropsMixin.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-template-pivottableconfiguration.html#cfn-quicksight-template-pivottableconfiguration-fieldwells

Type union: either IResolvable or CfnTemplatePropsMixin.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-template-pivottableconfiguration.html#cfn-quicksight-template-pivottableconfiguration-interactions

Type union: either IResolvable or CfnTemplatePropsMixin.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-template-pivottableconfiguration.html#cfn-quicksight-template-pivottableconfiguration-paginatedreportoptions

Type union: either IResolvable or CfnTemplatePropsMixin.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-template-pivottableconfiguration.html#cfn-quicksight-template-pivottableconfiguration-sortconfiguration

Type union: either IResolvable or CfnTemplatePropsMixin.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-template-pivottableconfiguration.html#cfn-quicksight-template-pivottableconfiguration-tableoptions

Type union: either IResolvable or CfnTemplatePropsMixin.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-template-pivottableconfiguration.html#cfn-quicksight-template-pivottableconfiguration-totaloptions

Type union: either IResolvable or CfnTemplatePropsMixin.IPivotTableTotalOptionsProperty

Implements

CfnTemplatePropsMixin.IPivotTableConfigurationProperty
Back to top Generated by DocFX