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

Stratosphere.QuickSight.Dashboard.ColumnTooltipItemProperty

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

Instances

Instances details
ToJSON ColumnTooltipItemProperty Source # 
Instance details

Defined in Stratosphere.QuickSight.Dashboard.ColumnTooltipItemProperty

Show ColumnTooltipItemProperty Source # 
Instance details

Defined in Stratosphere.QuickSight.Dashboard.ColumnTooltipItemProperty

Eq ColumnTooltipItemProperty Source # 
Instance details

Defined in Stratosphere.QuickSight.Dashboard.ColumnTooltipItemProperty

ToResourceProperties ColumnTooltipItemProperty Source # 
Instance details

Defined in Stratosphere.QuickSight.Dashboard.ColumnTooltipItemProperty

Property "Aggregation" ColumnTooltipItemProperty Source # 
Instance details

Defined in Stratosphere.QuickSight.Dashboard.ColumnTooltipItemProperty

Property "Column" ColumnTooltipItemProperty Source # 
Instance details

Defined in Stratosphere.QuickSight.Dashboard.ColumnTooltipItemProperty

Property "Label" ColumnTooltipItemProperty Source # 
Instance details

Defined in Stratosphere.QuickSight.Dashboard.ColumnTooltipItemProperty

Property "TooltipTarget" ColumnTooltipItemProperty Source # 
Instance details

Defined in Stratosphere.QuickSight.Dashboard.ColumnTooltipItemProperty

Associated Types

type PropertyType "TooltipTarget" ColumnTooltipItemProperty 
Instance details

Defined in Stratosphere.QuickSight.Dashboard.ColumnTooltipItemProperty

Property "Visibility" ColumnTooltipItemProperty Source # 
Instance details

Defined in Stratosphere.QuickSight.Dashboard.ColumnTooltipItemProperty

type PropertyType "Aggregation" ColumnTooltipItemProperty Source # 
Instance details

Defined in Stratosphere.QuickSight.Dashboard.ColumnTooltipItemProperty

type PropertyType "Column" ColumnTooltipItemProperty Source # 
Instance details

Defined in Stratosphere.QuickSight.Dashboard.ColumnTooltipItemProperty

type PropertyType "Label" ColumnTooltipItemProperty Source # 
Instance details

Defined in Stratosphere.QuickSight.Dashboard.ColumnTooltipItemProperty

type PropertyType "TooltipTarget" ColumnTooltipItemProperty Source # 
Instance details

Defined in Stratosphere.QuickSight.Dashboard.ColumnTooltipItemProperty

type PropertyType "Visibility" ColumnTooltipItemProperty Source # 
Instance details

Defined in Stratosphere.QuickSight.Dashboard.ColumnTooltipItemProperty