/dhall-aws-cloudformation/cloudformation/AWS::QuickSight::Analysis/TopBottomRankedComputation.dhall

Copy path to clipboard

Source

{ Type =
{ Category : Optional (./DimensionField.dhall).Type
, ComputationId : (./../../Fn.dhall).CfnText
, Name : Optional (./../../Fn.dhall).CfnText
, ResultSize : Optional Double
, Type : (./../../Fn.dhall).CfnText
, Value : Optional (./MeasureField.dhall).Type
}
, default =
{ Category = None (./DimensionField.dhall).Type
, Name = None (./../../Fn.dhall).CfnText
, ResultSize = None Double
, Value = None (./MeasureField.dhall).Type
}
}