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

Stratosphere.QuickSight.Dashboard.NumericRangeFilterProperty

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 NumericRangeFilterProperty Source #

Constructors

NumericRangeFilterProperty

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-numericrangefilter.html

Fields

Instances

Instances details
ToJSON NumericRangeFilterProperty Source # 
Instance details

Defined in Stratosphere.QuickSight.Dashboard.NumericRangeFilterProperty

Show NumericRangeFilterProperty Source # 
Instance details

Defined in Stratosphere.QuickSight.Dashboard.NumericRangeFilterProperty

Eq NumericRangeFilterProperty Source # 
Instance details

Defined in Stratosphere.QuickSight.Dashboard.NumericRangeFilterProperty

ToResourceProperties NumericRangeFilterProperty Source # 
Instance details

Defined in Stratosphere.QuickSight.Dashboard.NumericRangeFilterProperty

Property "AggregationFunction" NumericRangeFilterProperty Source # 
Instance details

Defined in Stratosphere.QuickSight.Dashboard.NumericRangeFilterProperty

Property "Column" NumericRangeFilterProperty Source # 
Instance details

Defined in Stratosphere.QuickSight.Dashboard.NumericRangeFilterProperty

Property "DefaultFilterControlConfiguration" NumericRangeFilterProperty Source # 
Instance details

Defined in Stratosphere.QuickSight.Dashboard.NumericRangeFilterProperty

Associated Types

type PropertyType "DefaultFilterControlConfiguration" NumericRangeFilterProperty 
Instance details

Defined in Stratosphere.QuickSight.Dashboard.NumericRangeFilterProperty

Property "FilterId" NumericRangeFilterProperty Source # 
Instance details

Defined in Stratosphere.QuickSight.Dashboard.NumericRangeFilterProperty

Property "IncludeMaximum" NumericRangeFilterProperty Source # 
Instance details

Defined in Stratosphere.QuickSight.Dashboard.NumericRangeFilterProperty

Associated Types

type PropertyType "IncludeMaximum" NumericRangeFilterProperty 
Instance details

Defined in Stratosphere.QuickSight.Dashboard.NumericRangeFilterProperty

Property "IncludeMinimum" NumericRangeFilterProperty Source # 
Instance details

Defined in Stratosphere.QuickSight.Dashboard.NumericRangeFilterProperty

Associated Types

type PropertyType "IncludeMinimum" NumericRangeFilterProperty 
Instance details

Defined in Stratosphere.QuickSight.Dashboard.NumericRangeFilterProperty

Property "NullOption" NumericRangeFilterProperty Source # 
Instance details

Defined in Stratosphere.QuickSight.Dashboard.NumericRangeFilterProperty

Property "RangeMaximum" NumericRangeFilterProperty Source # 
Instance details

Defined in Stratosphere.QuickSight.Dashboard.NumericRangeFilterProperty

Property "RangeMinimum" NumericRangeFilterProperty Source # 
Instance details

Defined in Stratosphere.QuickSight.Dashboard.NumericRangeFilterProperty

Property "SelectAllOptions" NumericRangeFilterProperty Source # 
Instance details

Defined in Stratosphere.QuickSight.Dashboard.NumericRangeFilterProperty

Associated Types

type PropertyType "SelectAllOptions" NumericRangeFilterProperty 
Instance details

Defined in Stratosphere.QuickSight.Dashboard.NumericRangeFilterProperty

type PropertyType "AggregationFunction" NumericRangeFilterProperty Source # 
Instance details

Defined in Stratosphere.QuickSight.Dashboard.NumericRangeFilterProperty

type PropertyType "Column" NumericRangeFilterProperty Source # 
Instance details

Defined in Stratosphere.QuickSight.Dashboard.NumericRangeFilterProperty

type PropertyType "DefaultFilterControlConfiguration" NumericRangeFilterProperty Source # 
Instance details

Defined in Stratosphere.QuickSight.Dashboard.NumericRangeFilterProperty

type PropertyType "FilterId" NumericRangeFilterProperty Source # 
Instance details

Defined in Stratosphere.QuickSight.Dashboard.NumericRangeFilterProperty

type PropertyType "IncludeMaximum" NumericRangeFilterProperty Source # 
Instance details

Defined in Stratosphere.QuickSight.Dashboard.NumericRangeFilterProperty

type PropertyType "IncludeMinimum" NumericRangeFilterProperty Source # 
Instance details

Defined in Stratosphere.QuickSight.Dashboard.NumericRangeFilterProperty

type PropertyType "NullOption" NumericRangeFilterProperty Source # 
Instance details

Defined in Stratosphere.QuickSight.Dashboard.NumericRangeFilterProperty

type PropertyType "RangeMaximum" NumericRangeFilterProperty Source # 
Instance details

Defined in Stratosphere.QuickSight.Dashboard.NumericRangeFilterProperty

type PropertyType "RangeMinimum" NumericRangeFilterProperty Source # 
Instance details

Defined in Stratosphere.QuickSight.Dashboard.NumericRangeFilterProperty

type PropertyType "SelectAllOptions" NumericRangeFilterProperty Source # 
Instance details

Defined in Stratosphere.QuickSight.Dashboard.NumericRangeFilterProperty