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

Copy path to clipboard

Source

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