Interface CfnTemplate.IBodySectionRepeatDimensionConfigurationProperty
Describes the dataset column and constraints for the dynamic values used to repeat the contents of a section.
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IBodySectionRepeatDimensionConfigurationProperty
Syntax (vb)
Public Interface IBodySectionRepeatDimensionConfigurationProperty
Remarks
The dataset column is either Category or Numeric column configuration
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.AWS.QuickSight;
var bodySectionRepeatDimensionConfigurationProperty = new BodySectionRepeatDimensionConfigurationProperty {
DynamicCategoryDimensionConfiguration = new BodySectionDynamicCategoryDimensionConfigurationProperty {
Column = new ColumnIdentifierProperty {
ColumnName = "columnName",
DataSetIdentifier = "dataSetIdentifier"
},
// the properties below are optional
Limit = 123,
SortByMetrics = new [] { new ColumnSortProperty {
Direction = "direction",
SortBy = new ColumnIdentifierProperty {
ColumnName = "columnName",
DataSetIdentifier = "dataSetIdentifier"
},
// the properties below are optional
AggregationFunction = new AggregationFunctionProperty {
AttributeAggregationFunction = new AttributeAggregationFunctionProperty {
SimpleAttributeAggregation = "simpleAttributeAggregation",
ValueForMultipleValues = "valueForMultipleValues"
},
CategoricalAggregationFunction = "categoricalAggregationFunction",
DateAggregationFunction = "dateAggregationFunction",
NumericalAggregationFunction = new NumericalAggregationFunctionProperty {
PercentileAggregation = new PercentileAggregationProperty {
PercentileValue = 123
},
SimpleNumericalAggregation = "simpleNumericalAggregation"
}
}
} }
},
DynamicNumericDimensionConfiguration = new BodySectionDynamicNumericDimensionConfigurationProperty {
Column = new ColumnIdentifierProperty {
ColumnName = "columnName",
DataSetIdentifier = "dataSetIdentifier"
},
// the properties below are optional
Limit = 123,
SortByMetrics = new [] { new ColumnSortProperty {
Direction = "direction",
SortBy = new ColumnIdentifierProperty {
ColumnName = "columnName",
DataSetIdentifier = "dataSetIdentifier"
},
// the properties below are optional
AggregationFunction = new AggregationFunctionProperty {
AttributeAggregationFunction = new AttributeAggregationFunctionProperty {
SimpleAttributeAggregation = "simpleAttributeAggregation",
ValueForMultipleValues = "valueForMultipleValues"
},
CategoricalAggregationFunction = "categoricalAggregationFunction",
DateAggregationFunction = "dateAggregationFunction",
NumericalAggregationFunction = new NumericalAggregationFunctionProperty {
PercentileAggregation = new PercentileAggregationProperty {
PercentileValue = 123
},
SimpleNumericalAggregation = "simpleNumericalAggregation"
}
}
} }
}
};
Synopsis
Properties
Dynamic |
Describes the Category dataset column and constraints around the dynamic values that will be used in repeating the section contents. |
Dynamic |
Describes the Numeric dataset column and constraints around the dynamic values used to repeat the contents of a section. |
Properties
DynamicCategoryDimensionConfiguration
Describes the Category dataset column and constraints around the dynamic values that will be used in repeating the section contents.
virtual object DynamicCategoryDimensionConfiguration { get; }
Property Value
System.
Remarks
DynamicNumericDimensionConfiguration
Describes the Numeric dataset column and constraints around the dynamic values used to repeat the contents of a section.
virtual object DynamicNumericDimensionConfiguration { get; }
Property Value
System.