Values.DimensionValuesSourceSpecifies the values and match options for dimension-based filtering in cost and usage queries.
type nonrec t = {key : Dimension.t;The key of the dimension to filter on (for example, SERVICE, USAGE_TYPE, or OPERATION).
*)values : StringList.t;The values to match for the specified dimension key.
*)matchOptions : MatchOptions.t option;The match options for dimension values, such as EQUALS, CONTAINS, STARTS_WITH, or ENDS_WITH.
*)}