Class CfnDashboardPropsMixin.SankeyDiagramSortConfigurationProperty
The sort configuration of a sankey diagram.
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnDashboardPropsMixin.SankeyDiagramSortConfigurationProperty : CfnDashboardPropsMixin.ISankeyDiagramSortConfigurationProperty
Syntax (vb)
Public Class CfnDashboardPropsMixin.SankeyDiagramSortConfigurationProperty Implements CfnDashboardPropsMixin.ISankeyDiagramSortConfigurationProperty
Remarks
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 sankeyDiagramSortConfigurationProperty = new SankeyDiagramSortConfigurationProperty {
DestinationItemsLimit = new ItemsLimitConfigurationProperty {
ItemsLimit = 123,
OtherCategories = "otherCategories"
},
SourceItemsLimit = new ItemsLimitConfigurationProperty {
ItemsLimit = 123,
OtherCategories = "otherCategories"
},
WeightSort = new [] { new FieldSortOptionsProperty {
ColumnSort = 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"
}
},
FieldSort = new FieldSortProperty {
Direction = "direction",
FieldId = "fieldId"
}
} }
};
Synopsis
Constructors
| SankeyDiagramSortConfigurationProperty() | The sort configuration of a sankey diagram. |
Properties
| DestinationItemsLimit | The limit on the number of destination nodes that are displayed in a sankey diagram. |
| SourceItemsLimit | The limit on the number of source nodes that are displayed in a sankey diagram. |
| WeightSort | The sort configuration of the weight fields. |
Constructors
SankeyDiagramSortConfigurationProperty()
The sort configuration of a sankey diagram.
public SankeyDiagramSortConfigurationProperty()
Remarks
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 sankeyDiagramSortConfigurationProperty = new SankeyDiagramSortConfigurationProperty {
DestinationItemsLimit = new ItemsLimitConfigurationProperty {
ItemsLimit = 123,
OtherCategories = "otherCategories"
},
SourceItemsLimit = new ItemsLimitConfigurationProperty {
ItemsLimit = 123,
OtherCategories = "otherCategories"
},
WeightSort = new [] { new FieldSortOptionsProperty {
ColumnSort = 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"
}
},
FieldSort = new FieldSortProperty {
Direction = "direction",
FieldId = "fieldId"
}
} }
};
Properties
DestinationItemsLimit
The limit on the number of destination nodes that are displayed in a sankey diagram.
public object? DestinationItemsLimit { get; set; }
Property Value
Remarks
Type union: either IResolvable or CfnDashboardPropsMixin.IItemsLimitConfigurationProperty
SourceItemsLimit
The limit on the number of source nodes that are displayed in a sankey diagram.
public object? SourceItemsLimit { get; set; }
Property Value
Remarks
Type union: either IResolvable or CfnDashboardPropsMixin.IItemsLimitConfigurationProperty
WeightSort
The sort configuration of the weight fields.
public object? WeightSort { get; set; }
Property Value
Remarks
Type union: either IResolvable or (either IResolvable or CfnDashboardPropsMixin.IFieldSortOptionsProperty)[]