Show / Hide Table of Contents

Interface CfnAnalysisPropsMixin.IBodySectionDynamicCategoryDimensionConfigurationProperty

Describes the Category dataset column and constraints for the dynamic values used to repeat the contents of a section.

Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnAnalysisPropsMixin.IBodySectionDynamicCategoryDimensionConfigurationProperty
Syntax (vb)
Public Interface CfnAnalysisPropsMixin.IBodySectionDynamicCategoryDimensionConfigurationProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-bodysectiondynamiccategorydimensionconfiguration.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.CfnPropertyMixins.AWS.QuickSight;

             var bodySectionDynamicCategoryDimensionConfigurationProperty = new BodySectionDynamicCategoryDimensionConfigurationProperty {
                 Column = new ColumnIdentifierProperty {
                     ColumnName = "columnName",
                     DataSetIdentifier = "dataSetIdentifier"
                 },
                 Limit = 123,
                 SortByMetrics = new [] { 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"
                     }
                 } }
             };

Synopsis

Properties

Column

Describes the Category dataset column and constraints for the dynamic values used to repeat the contents of a section.

Limit

Number of values to use from the column for repetition.

SortByMetrics

Sort criteria on the column values that you use for repetition.

Properties

Column

Describes the Category dataset column and constraints for the dynamic values used to repeat the contents of a section.

object? Column { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-bodysectiondynamiccategorydimensionconfiguration.html#cfn-quicksight-analysis-bodysectiondynamiccategorydimensionconfiguration-column

Type union: either IResolvable or CfnAnalysisPropsMixin.IColumnIdentifierProperty

Limit

Number of values to use from the column for repetition.

double? Limit { get; }
Property Value

double?

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-bodysectiondynamiccategorydimensionconfiguration.html#cfn-quicksight-analysis-bodysectiondynamiccategorydimensionconfiguration-limit

SortByMetrics

Sort criteria on the column values that you use for repetition.

object? SortByMetrics { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-bodysectiondynamiccategorydimensionconfiguration.html#cfn-quicksight-analysis-bodysectiondynamiccategorydimensionconfiguration-sortbymetrics

Type union: either IResolvable or (either IResolvable or CfnAnalysisPropsMixin.IColumnSortProperty)[]

Back to top Generated by DocFX