Values.DimensionEntrySourceRepresents a dimension and its corresponding value.
type nonrec t = {dimension : Dimension.t option;The dimension type that categorizes this entry.
*)value : String_.t option;The value for the specified dimension. Valid values vary based on the dimension type (e.g., us-east-1 for the REGION dimension, AmazonEC2 for the SERVICE dimension).
*)}