stratosphere-quicksight-1.0.0: Stratosphere integration for AWS QuickSight.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.QuickSight.Dashboard.ColumnSortProperty

Documentation

data AggregationFunctionProperty Source #

Instances

Instances details
ToJSON AggregationFunctionProperty Source # 
Instance details

Defined in Stratosphere.QuickSight.Dashboard.AggregationFunctionProperty

Show AggregationFunctionProperty Source # 
Instance details

Defined in Stratosphere.QuickSight.Dashboard.AggregationFunctionProperty

Eq AggregationFunctionProperty Source # 
Instance details

Defined in Stratosphere.QuickSight.Dashboard.AggregationFunctionProperty

ToResourceProperties AggregationFunctionProperty Source # 
Instance details

Defined in Stratosphere.QuickSight.Dashboard.AggregationFunctionProperty

Property "AttributeAggregationFunction" AggregationFunctionProperty Source # 
Instance details

Defined in Stratosphere.QuickSight.Dashboard.AggregationFunctionProperty

Associated Types

type PropertyType "AttributeAggregationFunction" AggregationFunctionProperty 
Instance details

Defined in Stratosphere.QuickSight.Dashboard.AggregationFunctionProperty

Property "CategoricalAggregationFunction" AggregationFunctionProperty Source # 
Instance details

Defined in Stratosphere.QuickSight.Dashboard.AggregationFunctionProperty

Associated Types

type PropertyType "CategoricalAggregationFunction" AggregationFunctionProperty 
Instance details

Defined in Stratosphere.QuickSight.Dashboard.AggregationFunctionProperty

type PropertyType "CategoricalAggregationFunction" AggregationFunctionProperty = Value Text
Property "DateAggregationFunction" AggregationFunctionProperty Source # 
Instance details

Defined in Stratosphere.QuickSight.Dashboard.AggregationFunctionProperty

Associated Types

type PropertyType "DateAggregationFunction" AggregationFunctionProperty 
Instance details

Defined in Stratosphere.QuickSight.Dashboard.AggregationFunctionProperty

type PropertyType "DateAggregationFunction" AggregationFunctionProperty = Value Text
Property "NumericalAggregationFunction" AggregationFunctionProperty Source # 
Instance details

Defined in Stratosphere.QuickSight.Dashboard.AggregationFunctionProperty

Associated Types

type PropertyType "NumericalAggregationFunction" AggregationFunctionProperty 
Instance details

Defined in Stratosphere.QuickSight.Dashboard.AggregationFunctionProperty

type PropertyType "AttributeAggregationFunction" AggregationFunctionProperty Source # 
Instance details

Defined in Stratosphere.QuickSight.Dashboard.AggregationFunctionProperty

type PropertyType "CategoricalAggregationFunction" AggregationFunctionProperty Source # 
Instance details

Defined in Stratosphere.QuickSight.Dashboard.AggregationFunctionProperty

type PropertyType "CategoricalAggregationFunction" AggregationFunctionProperty = Value Text
type PropertyType "DateAggregationFunction" AggregationFunctionProperty Source # 
Instance details

Defined in Stratosphere.QuickSight.Dashboard.AggregationFunctionProperty

type PropertyType "DateAggregationFunction" AggregationFunctionProperty = Value Text
type PropertyType "NumericalAggregationFunction" AggregationFunctionProperty Source # 
Instance details

Defined in Stratosphere.QuickSight.Dashboard.AggregationFunctionProperty

data AttributeAggregationFunctionProperty Source #

Instances

Instances details
ToJSON AttributeAggregationFunctionProperty Source # 
Instance details

Defined in Stratosphere.QuickSight.Dashboard.AttributeAggregationFunctionProperty

Show AttributeAggregationFunctionProperty Source # 
Instance details

Defined in Stratosphere.QuickSight.Dashboard.AttributeAggregationFunctionProperty

Eq AttributeAggregationFunctionProperty Source # 
Instance details

Defined in Stratosphere.QuickSight.Dashboard.AttributeAggregationFunctionProperty

ToResourceProperties AttributeAggregationFunctionProperty Source # 
Instance details

Defined in Stratosphere.QuickSight.Dashboard.AttributeAggregationFunctionProperty

Property "SimpleAttributeAggregation" AttributeAggregationFunctionProperty Source # 
Instance details

Defined in Stratosphere.QuickSight.Dashboard.AttributeAggregationFunctionProperty

Associated Types

type PropertyType "SimpleAttributeAggregation" AttributeAggregationFunctionProperty 
Instance details

Defined in Stratosphere.QuickSight.Dashboard.AttributeAggregationFunctionProperty

type PropertyType "SimpleAttributeAggregation" AttributeAggregationFunctionProperty = Value Text
Property "ValueForMultipleValues" AttributeAggregationFunctionProperty Source # 
Instance details

Defined in Stratosphere.QuickSight.Dashboard.AttributeAggregationFunctionProperty

type PropertyType "SimpleAttributeAggregation" AttributeAggregationFunctionProperty Source # 
Instance details

Defined in Stratosphere.QuickSight.Dashboard.AttributeAggregationFunctionProperty

type PropertyType "SimpleAttributeAggregation" AttributeAggregationFunctionProperty = Value Text
type PropertyType "ValueForMultipleValues" AttributeAggregationFunctionProperty Source # 
Instance details

Defined in Stratosphere.QuickSight.Dashboard.AttributeAggregationFunctionProperty

data NumericalAggregationFunctionProperty Source #

Instances

Instances details
ToJSON NumericalAggregationFunctionProperty Source # 
Instance details

Defined in Stratosphere.QuickSight.Dashboard.NumericalAggregationFunctionProperty

Show NumericalAggregationFunctionProperty Source # 
Instance details

Defined in Stratosphere.QuickSight.Dashboard.NumericalAggregationFunctionProperty

Eq NumericalAggregationFunctionProperty Source # 
Instance details

Defined in Stratosphere.QuickSight.Dashboard.NumericalAggregationFunctionProperty

ToResourceProperties NumericalAggregationFunctionProperty Source # 
Instance details

Defined in Stratosphere.QuickSight.Dashboard.NumericalAggregationFunctionProperty

Property "PercentileAggregation" NumericalAggregationFunctionProperty Source # 
Instance details

Defined in Stratosphere.QuickSight.Dashboard.NumericalAggregationFunctionProperty

Property "SimpleNumericalAggregation" NumericalAggregationFunctionProperty Source # 
Instance details

Defined in Stratosphere.QuickSight.Dashboard.NumericalAggregationFunctionProperty

Associated Types

type PropertyType "SimpleNumericalAggregation" NumericalAggregationFunctionProperty 
Instance details

Defined in Stratosphere.QuickSight.Dashboard.NumericalAggregationFunctionProperty

type PropertyType "SimpleNumericalAggregation" NumericalAggregationFunctionProperty = Value Text
type PropertyType "PercentileAggregation" NumericalAggregationFunctionProperty Source # 
Instance details

Defined in Stratosphere.QuickSight.Dashboard.NumericalAggregationFunctionProperty

type PropertyType "SimpleNumericalAggregation" NumericalAggregationFunctionProperty Source # 
Instance details

Defined in Stratosphere.QuickSight.Dashboard.NumericalAggregationFunctionProperty

type PropertyType "SimpleNumericalAggregation" NumericalAggregationFunctionProperty = Value Text

data PercentileAggregationProperty Source #

Instances

Instances details
ToJSON PercentileAggregationProperty Source # 
Instance details

Defined in Stratosphere.QuickSight.Dashboard.PercentileAggregationProperty

Show PercentileAggregationProperty Source # 
Instance details

Defined in Stratosphere.QuickSight.Dashboard.PercentileAggregationProperty

Eq PercentileAggregationProperty Source # 
Instance details

Defined in Stratosphere.QuickSight.Dashboard.PercentileAggregationProperty

ToResourceProperties PercentileAggregationProperty Source # 
Instance details

Defined in Stratosphere.QuickSight.Dashboard.PercentileAggregationProperty

Property "PercentileValue" PercentileAggregationProperty Source # 
Instance details

Defined in Stratosphere.QuickSight.Dashboard.PercentileAggregationProperty

type PropertyType "PercentileValue" PercentileAggregationProperty Source # 
Instance details

Defined in Stratosphere.QuickSight.Dashboard.PercentileAggregationProperty

data ColumnSortProperty Source #

Instances

Instances details
ToJSON ColumnSortProperty Source # 
Instance details

Defined in Stratosphere.QuickSight.Dashboard.ColumnSortProperty

Show ColumnSortProperty Source # 
Instance details

Defined in Stratosphere.QuickSight.Dashboard.ColumnSortProperty

Eq ColumnSortProperty Source # 
Instance details

Defined in Stratosphere.QuickSight.Dashboard.ColumnSortProperty

ToResourceProperties ColumnSortProperty Source # 
Instance details

Defined in Stratosphere.QuickSight.Dashboard.ColumnSortProperty

Property "AggregationFunction" ColumnSortProperty Source # 
Instance details

Defined in Stratosphere.QuickSight.Dashboard.ColumnSortProperty

Associated Types

type PropertyType "AggregationFunction" ColumnSortProperty 
Instance details

Defined in Stratosphere.QuickSight.Dashboard.ColumnSortProperty

Property "Direction" ColumnSortProperty Source # 
Instance details

Defined in Stratosphere.QuickSight.Dashboard.ColumnSortProperty

Associated Types

type PropertyType "Direction" ColumnSortProperty 
Instance details

Defined in Stratosphere.QuickSight.Dashboard.ColumnSortProperty

Property "SortBy" ColumnSortProperty Source # 
Instance details

Defined in Stratosphere.QuickSight.Dashboard.ColumnSortProperty

type PropertyType "AggregationFunction" ColumnSortProperty Source # 
Instance details

Defined in Stratosphere.QuickSight.Dashboard.ColumnSortProperty

type PropertyType "Direction" ColumnSortProperty Source # 
Instance details

Defined in Stratosphere.QuickSight.Dashboard.ColumnSortProperty

type PropertyType "SortBy" ColumnSortProperty Source # 
Instance details

Defined in Stratosphere.QuickSight.Dashboard.ColumnSortProperty