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

Copy path to clipboard

Source

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