Values.ConditionParameterSourceIncludes information about tags you define to assign tagged resources to a backup plan. Include the prefix aws:ResourceTag in your tags. For example, "aws:ResourceTag/TagKey1": "Value1".
type nonrec t = {conditionKey : ConditionKey.t option;The key in a key-value pair. For example, in the tag Department: Accounting, Department is the key.
*)conditionValue : ConditionValue.t option;The value in a key-value pair. For example, in the tag Department: Accounting, Accounting is the value.
*)}