Values.ModifyingPropertiesSourceInformation about the domain properties that are currently being modified.
type nonrec t = {name : String_.t option;The name of the property that is currently being modified.
*)activeValue : String_.t option;The current value of the domain property that is being modified.
*)pendingValue : String_.t option;The value that the property that is currently being modified will eventually have.
*)valueType : PropertyValueType.t option;The type of value that is currently being modified. Properties can have two types: PLAIN_TEXT: Contain direct values such as "1", "True", or "c5.large.search". STRINGIFIED_JSON: Contain content in JSON format, such as {"Enabled":"True"}".
*)}