/dhall-aws-cloudformation/cloudformation/AWS::QuickSight::Template/NumericalAggregationFunction.dhall

Copy path to clipboard

Source

{ Type =
{ PercentileAggregation : Optional (./PercentileAggregation.dhall).Type
, SimpleNumericalAggregation : Optional (./../../Fn.dhall).CfnText
}
, default =
{ PercentileAggregation = None (./PercentileAggregation.dhall).Type
, SimpleNumericalAggregation = None (./../../Fn.dhall).CfnText
}
}