/dhall-aws-cloudformation/cloudformation/AWS::QuickSight::Dashboard/ColumnSort.dhall

Copy path to clipboard

Source

{ Type =
{ AggregationFunction : Optional (./AggregationFunction.dhall).Type
, Direction : (./../../Fn.dhall).CfnText
, SortBy : (./ColumnIdentifier.dhall).Type
}
, default.AggregationFunction = None (./AggregationFunction.dhall).Type
}