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

Copy path to clipboard

Source

{ Type =
{ BreakdownItemsLimit : Optional (./ItemsLimitConfiguration.dhall).Type
, CategorySort : Optional (List (./FieldSortOptions.dhall).Type)
}
, default =
{ BreakdownItemsLimit = None (./ItemsLimitConfiguration.dhall).Type
, CategorySort = None (List (./FieldSortOptions.dhall).Type)
}
}