| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.QuickSight.Template.BodySectionRepeatDimensionConfigurationProperty
Documentation
data ColumnSortProperty Source #
Constructors
| ColumnSortProperty | |
Instances
data AggregationFunctionProperty Source #
Constructors
| AggregationFunctionProperty | |
Instances
| ToJSON AggregationFunctionProperty Source # | |||||
| Show AggregationFunctionProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.AggregationFunctionProperty Methods showsPrec :: Int -> AggregationFunctionProperty -> ShowS # show :: AggregationFunctionProperty -> String # showList :: [AggregationFunctionProperty] -> ShowS # | |||||
| Eq AggregationFunctionProperty Source # | |||||
| ToResourceProperties AggregationFunctionProperty Source # | |||||
| Property "AttributeAggregationFunction" AggregationFunctionProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.AggregationFunctionProperty Associated Types
Methods set :: PropertyType "AttributeAggregationFunction" AggregationFunctionProperty -> AggregationFunctionProperty -> AggregationFunctionProperty # | |||||
| Property "CategoricalAggregationFunction" AggregationFunctionProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.AggregationFunctionProperty Associated Types
Methods set :: PropertyType "CategoricalAggregationFunction" AggregationFunctionProperty -> AggregationFunctionProperty -> AggregationFunctionProperty # | |||||
| Property "DateAggregationFunction" AggregationFunctionProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.AggregationFunctionProperty Associated Types
Methods set :: PropertyType "DateAggregationFunction" AggregationFunctionProperty -> AggregationFunctionProperty -> AggregationFunctionProperty # | |||||
| Property "NumericalAggregationFunction" AggregationFunctionProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.AggregationFunctionProperty Associated Types
Methods set :: PropertyType "NumericalAggregationFunction" AggregationFunctionProperty -> AggregationFunctionProperty -> AggregationFunctionProperty # | |||||
| type PropertyType "AttributeAggregationFunction" AggregationFunctionProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.AggregationFunctionProperty type PropertyType "AttributeAggregationFunction" AggregationFunctionProperty = AttributeAggregationFunctionProperty | |||||
| type PropertyType "CategoricalAggregationFunction" AggregationFunctionProperty Source # | |||||
| type PropertyType "DateAggregationFunction" AggregationFunctionProperty Source # | |||||
| type PropertyType "NumericalAggregationFunction" AggregationFunctionProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.AggregationFunctionProperty type PropertyType "NumericalAggregationFunction" AggregationFunctionProperty = NumericalAggregationFunctionProperty | |||||
data AttributeAggregationFunctionProperty Source #
Constructors
| AttributeAggregationFunctionProperty | |
Fields | |
Instances
| ToJSON AttributeAggregationFunctionProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.AttributeAggregationFunctionProperty | |||||
| Show AttributeAggregationFunctionProperty Source # | |||||
| Eq AttributeAggregationFunctionProperty Source # | |||||
| ToResourceProperties AttributeAggregationFunctionProperty Source # | |||||
| Property "SimpleAttributeAggregation" AttributeAggregationFunctionProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.AttributeAggregationFunctionProperty Associated Types
Methods set :: PropertyType "SimpleAttributeAggregation" AttributeAggregationFunctionProperty -> AttributeAggregationFunctionProperty -> AttributeAggregationFunctionProperty # | |||||
| Property "ValueForMultipleValues" AttributeAggregationFunctionProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.AttributeAggregationFunctionProperty Associated Types
Methods set :: PropertyType "ValueForMultipleValues" AttributeAggregationFunctionProperty -> AttributeAggregationFunctionProperty -> AttributeAggregationFunctionProperty # | |||||
| type PropertyType "SimpleAttributeAggregation" AttributeAggregationFunctionProperty Source # | |||||
| type PropertyType "ValueForMultipleValues" AttributeAggregationFunctionProperty Source # | |||||
data NumericalAggregationFunctionProperty Source #
Constructors
| NumericalAggregationFunctionProperty | |
Instances
| ToJSON NumericalAggregationFunctionProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.NumericalAggregationFunctionProperty | |||||
| Show NumericalAggregationFunctionProperty Source # | |||||
| Eq NumericalAggregationFunctionProperty Source # | |||||
| ToResourceProperties NumericalAggregationFunctionProperty Source # | |||||
| Property "PercentileAggregation" NumericalAggregationFunctionProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.NumericalAggregationFunctionProperty Associated Types
Methods set :: PropertyType "PercentileAggregation" NumericalAggregationFunctionProperty -> NumericalAggregationFunctionProperty -> NumericalAggregationFunctionProperty # | |||||
| Property "SimpleNumericalAggregation" NumericalAggregationFunctionProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.NumericalAggregationFunctionProperty Associated Types
Methods set :: PropertyType "SimpleNumericalAggregation" NumericalAggregationFunctionProperty -> NumericalAggregationFunctionProperty -> NumericalAggregationFunctionProperty # | |||||
| type PropertyType "PercentileAggregation" NumericalAggregationFunctionProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.NumericalAggregationFunctionProperty type PropertyType "PercentileAggregation" NumericalAggregationFunctionProperty = PercentileAggregationProperty | |||||
| type PropertyType "SimpleNumericalAggregation" NumericalAggregationFunctionProperty Source # | |||||
data ColumnIdentifierProperty Source #
Constructors
| ColumnIdentifierProperty | |
Fields
| |
Instances
| ToJSON ColumnIdentifierProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.ColumnIdentifierProperty Methods toJSON :: ColumnIdentifierProperty -> Value # toEncoding :: ColumnIdentifierProperty -> Encoding # toJSONList :: [ColumnIdentifierProperty] -> Value # | |||||
| Show ColumnIdentifierProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.ColumnIdentifierProperty Methods showsPrec :: Int -> ColumnIdentifierProperty -> ShowS # show :: ColumnIdentifierProperty -> String # showList :: [ColumnIdentifierProperty] -> ShowS # | |||||
| Eq ColumnIdentifierProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.ColumnIdentifierProperty Methods (==) :: ColumnIdentifierProperty -> ColumnIdentifierProperty -> Bool # (/=) :: ColumnIdentifierProperty -> ColumnIdentifierProperty -> Bool # | |||||
| ToResourceProperties ColumnIdentifierProperty Source # | |||||
| Property "ColumnName" ColumnIdentifierProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.ColumnIdentifierProperty Associated Types
Methods set :: PropertyType "ColumnName" ColumnIdentifierProperty -> ColumnIdentifierProperty -> ColumnIdentifierProperty # | |||||
| Property "DataSetIdentifier" ColumnIdentifierProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.ColumnIdentifierProperty Associated Types
Methods set :: PropertyType "DataSetIdentifier" ColumnIdentifierProperty -> ColumnIdentifierProperty -> ColumnIdentifierProperty # | |||||
| type PropertyType "ColumnName" ColumnIdentifierProperty Source # | |||||
| type PropertyType "DataSetIdentifier" ColumnIdentifierProperty Source # | |||||
data BodySectionDynamicCategoryDimensionConfigurationProperty Source #
Constructors
| BodySectionDynamicCategoryDimensionConfigurationProperty | |
Fields
| |
Instances
| ToJSON BodySectionDynamicCategoryDimensionConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.BodySectionDynamicCategoryDimensionConfigurationProperty Methods toJSON :: BodySectionDynamicCategoryDimensionConfigurationProperty -> Value # toEncoding :: BodySectionDynamicCategoryDimensionConfigurationProperty -> Encoding # toJSONList :: [BodySectionDynamicCategoryDimensionConfigurationProperty] -> Value # toEncodingList :: [BodySectionDynamicCategoryDimensionConfigurationProperty] -> Encoding # omitField :: BodySectionDynamicCategoryDimensionConfigurationProperty -> Bool # | |||||
| Show BodySectionDynamicCategoryDimensionConfigurationProperty Source # | |||||
| Eq BodySectionDynamicCategoryDimensionConfigurationProperty Source # | |||||
| ToResourceProperties BodySectionDynamicCategoryDimensionConfigurationProperty Source # | |||||
| Property "Column" BodySectionDynamicCategoryDimensionConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.BodySectionDynamicCategoryDimensionConfigurationProperty Associated Types
| |||||
| Property "Limit" BodySectionDynamicCategoryDimensionConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.BodySectionDynamicCategoryDimensionConfigurationProperty Associated Types
| |||||
| Property "SortByMetrics" BodySectionDynamicCategoryDimensionConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.BodySectionDynamicCategoryDimensionConfigurationProperty Associated Types
| |||||
| type PropertyType "Column" BodySectionDynamicCategoryDimensionConfigurationProperty Source # | |||||
| type PropertyType "Limit" BodySectionDynamicCategoryDimensionConfigurationProperty Source # | |||||
| type PropertyType "SortByMetrics" BodySectionDynamicCategoryDimensionConfigurationProperty Source # | |||||
data BodySectionDynamicNumericDimensionConfigurationProperty Source #
Constructors
| BodySectionDynamicNumericDimensionConfigurationProperty | |
Fields
| |
Instances
| ToJSON BodySectionDynamicNumericDimensionConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.BodySectionDynamicNumericDimensionConfigurationProperty Methods toJSON :: BodySectionDynamicNumericDimensionConfigurationProperty -> Value # toEncoding :: BodySectionDynamicNumericDimensionConfigurationProperty -> Encoding # toJSONList :: [BodySectionDynamicNumericDimensionConfigurationProperty] -> Value # toEncodingList :: [BodySectionDynamicNumericDimensionConfigurationProperty] -> Encoding # omitField :: BodySectionDynamicNumericDimensionConfigurationProperty -> Bool # | |||||
| Show BodySectionDynamicNumericDimensionConfigurationProperty Source # | |||||
| Eq BodySectionDynamicNumericDimensionConfigurationProperty Source # | |||||
| ToResourceProperties BodySectionDynamicNumericDimensionConfigurationProperty Source # | |||||
| Property "Column" BodySectionDynamicNumericDimensionConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.BodySectionDynamicNumericDimensionConfigurationProperty Associated Types
| |||||
| Property "Limit" BodySectionDynamicNumericDimensionConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.BodySectionDynamicNumericDimensionConfigurationProperty Associated Types
| |||||
| Property "SortByMetrics" BodySectionDynamicNumericDimensionConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.BodySectionDynamicNumericDimensionConfigurationProperty Associated Types
| |||||
| type PropertyType "Column" BodySectionDynamicNumericDimensionConfigurationProperty Source # | |||||
| type PropertyType "Limit" BodySectionDynamicNumericDimensionConfigurationProperty Source # | |||||
| type PropertyType "SortByMetrics" BodySectionDynamicNumericDimensionConfigurationProperty Source # | |||||
data PercentileAggregationProperty Source #
Constructors
| PercentileAggregationProperty | |
Fields
| |
Instances
| ToJSON PercentileAggregationProperty Source # | |||||
| Show PercentileAggregationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.PercentileAggregationProperty Methods showsPrec :: Int -> PercentileAggregationProperty -> ShowS # show :: PercentileAggregationProperty -> String # showList :: [PercentileAggregationProperty] -> ShowS # | |||||
| Eq PercentileAggregationProperty Source # | |||||
| ToResourceProperties PercentileAggregationProperty Source # | |||||
| Property "PercentileValue" PercentileAggregationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.PercentileAggregationProperty Associated Types
Methods set :: PropertyType "PercentileValue" PercentileAggregationProperty -> PercentileAggregationProperty -> PercentileAggregationProperty # | |||||
| type PropertyType "PercentileValue" PercentileAggregationProperty Source # | |||||
mkBodySectionDynamicCategoryDimensionConfigurationProperty :: ColumnIdentifierProperty -> BodySectionDynamicCategoryDimensionConfigurationProperty Source #
mkBodySectionDynamicNumericDimensionConfigurationProperty :: ColumnIdentifierProperty -> BodySectionDynamicNumericDimensionConfigurationProperty Source #
data BodySectionRepeatDimensionConfigurationProperty Source #
Constructors
| BodySectionRepeatDimensionConfigurationProperty | |
Fields | |
Instances
| ToJSON BodySectionRepeatDimensionConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.BodySectionRepeatDimensionConfigurationProperty Methods toJSON :: BodySectionRepeatDimensionConfigurationProperty -> Value # toEncoding :: BodySectionRepeatDimensionConfigurationProperty -> Encoding # toJSONList :: [BodySectionRepeatDimensionConfigurationProperty] -> Value # toEncodingList :: [BodySectionRepeatDimensionConfigurationProperty] -> Encoding # omitField :: BodySectionRepeatDimensionConfigurationProperty -> Bool # | |||||
| Show BodySectionRepeatDimensionConfigurationProperty Source # | |||||
| Eq BodySectionRepeatDimensionConfigurationProperty Source # | |||||
| ToResourceProperties BodySectionRepeatDimensionConfigurationProperty Source # | |||||
| Property "DynamicCategoryDimensionConfiguration" BodySectionRepeatDimensionConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.BodySectionRepeatDimensionConfigurationProperty Associated Types
Methods set :: PropertyType "DynamicCategoryDimensionConfiguration" BodySectionRepeatDimensionConfigurationProperty -> BodySectionRepeatDimensionConfigurationProperty -> BodySectionRepeatDimensionConfigurationProperty # | |||||
| Property "DynamicNumericDimensionConfiguration" BodySectionRepeatDimensionConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.BodySectionRepeatDimensionConfigurationProperty Associated Types
Methods set :: PropertyType "DynamicNumericDimensionConfiguration" BodySectionRepeatDimensionConfigurationProperty -> BodySectionRepeatDimensionConfigurationProperty -> BodySectionRepeatDimensionConfigurationProperty # | |||||
| type PropertyType "DynamicCategoryDimensionConfiguration" BodySectionRepeatDimensionConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.BodySectionRepeatDimensionConfigurationProperty type PropertyType "DynamicCategoryDimensionConfiguration" BodySectionRepeatDimensionConfigurationProperty = BodySectionDynamicCategoryDimensionConfigurationProperty | |||||
| type PropertyType "DynamicNumericDimensionConfiguration" BodySectionRepeatDimensionConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.BodySectionRepeatDimensionConfigurationProperty type PropertyType "DynamicNumericDimensionConfiguration" BodySectionRepeatDimensionConfigurationProperty = BodySectionDynamicNumericDimensionConfigurationProperty | |||||