Values.ScanConditionPairSourceRepresents the key:value pair to be matched against given resource property.
type nonrec t = {key : TagKey.t;Represents the key in the map condition.
*)value : TagValue.t option;Represents optional value in the map condition. If not specified, only the key will be matched.
*)}