Show / Hide Table of Contents

Class CfnDashboardPropsMixin.PivotTableSortConfigurationProperty

The sort configuration for a PivotTableVisual .

Inheritance
object
CfnDashboardPropsMixin.PivotTableSortConfigurationProperty
Implements
CfnDashboardPropsMixin.IPivotTableSortConfigurationProperty
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.PivotTableSortConfigurationProperty : CfnDashboardPropsMixin.IPivotTableSortConfigurationProperty
Syntax (vb)
Public Class CfnDashboardPropsMixin.PivotTableSortConfigurationProperty Implements CfnDashboardPropsMixin.IPivotTableSortConfigurationProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-pivottablesortconfiguration.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.Mixins.Preview.AWS.QuickSight.Mixins;

             var pivotTableSortConfigurationProperty = new PivotTableSortConfigurationProperty {
                 FieldSortOptions = new [] { new PivotFieldSortOptionsProperty {
                     FieldId = "fieldId",
                     SortBy = new PivotTableSortByProperty {
                         Column = new ColumnSortProperty {
                             AggregationFunction = new AggregationFunctionProperty {
                                 AttributeAggregationFunction = new AttributeAggregationFunctionProperty {
                                     SimpleAttributeAggregation = "simpleAttributeAggregation",
                                     ValueForMultipleValues = "valueForMultipleValues"
                                 },
                                 CategoricalAggregationFunction = "categoricalAggregationFunction",
                                 DateAggregationFunction = "dateAggregationFunction",
                                 NumericalAggregationFunction = new NumericalAggregationFunctionProperty {
                                     PercentileAggregation = new PercentileAggregationProperty {
                                         PercentileValue = 123
                                     },
                                     SimpleNumericalAggregation = "simpleNumericalAggregation"
                                 }
                             },
                             Direction = "direction",
                             SortBy = new ColumnIdentifierProperty {
                                 ColumnName = "columnName",
                                 DataSetIdentifier = "dataSetIdentifier"
                             }
                         },
                         DataPath = new DataPathSortProperty {
                             Direction = "direction",
                             SortPaths = new [] { new DataPathValueProperty {
                                 DataPathType = new DataPathTypeProperty {
                                     PivotTableDataPathType = "pivotTableDataPathType"
                                 },
                                 FieldId = "fieldId",
                                 FieldValue = "fieldValue"
                             } }
                         },
                         Field = new FieldSortProperty {
                             Direction = "direction",
                             FieldId = "fieldId"
                         }
                     }
                 } }
             };

Synopsis

Constructors

PivotTableSortConfigurationProperty()

The sort configuration for a PivotTableVisual .

Properties

FieldSortOptions

The field sort options for a pivot table sort configuration.

Constructors

PivotTableSortConfigurationProperty()

The sort configuration for a PivotTableVisual .

public PivotTableSortConfigurationProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-pivottablesortconfiguration.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.Mixins.Preview.AWS.QuickSight.Mixins;

             var pivotTableSortConfigurationProperty = new PivotTableSortConfigurationProperty {
                 FieldSortOptions = new [] { new PivotFieldSortOptionsProperty {
                     FieldId = "fieldId",
                     SortBy = new PivotTableSortByProperty {
                         Column = new ColumnSortProperty {
                             AggregationFunction = new AggregationFunctionProperty {
                                 AttributeAggregationFunction = new AttributeAggregationFunctionProperty {
                                     SimpleAttributeAggregation = "simpleAttributeAggregation",
                                     ValueForMultipleValues = "valueForMultipleValues"
                                 },
                                 CategoricalAggregationFunction = "categoricalAggregationFunction",
                                 DateAggregationFunction = "dateAggregationFunction",
                                 NumericalAggregationFunction = new NumericalAggregationFunctionProperty {
                                     PercentileAggregation = new PercentileAggregationProperty {
                                         PercentileValue = 123
                                     },
                                     SimpleNumericalAggregation = "simpleNumericalAggregation"
                                 }
                             },
                             Direction = "direction",
                             SortBy = new ColumnIdentifierProperty {
                                 ColumnName = "columnName",
                                 DataSetIdentifier = "dataSetIdentifier"
                             }
                         },
                         DataPath = new DataPathSortProperty {
                             Direction = "direction",
                             SortPaths = new [] { new DataPathValueProperty {
                                 DataPathType = new DataPathTypeProperty {
                                     PivotTableDataPathType = "pivotTableDataPathType"
                                 },
                                 FieldId = "fieldId",
                                 FieldValue = "fieldValue"
                             } }
                         },
                         Field = new FieldSortProperty {
                             Direction = "direction",
                             FieldId = "fieldId"
                         }
                     }
                 } }
             };

Properties

FieldSortOptions

The field sort options for a pivot table sort configuration.

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

object

Remarks

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

Type union: either IResolvable or (either IResolvable or CfnDashboardPropsMixin.IPivotFieldSortOptionsProperty)[]

Implements

CfnDashboardPropsMixin.IPivotTableSortConfigurationProperty
Back to top Generated by DocFX