Values.UpdateOperationSourceAn operation that updates the properties of a construct.
type nonrec t = {name : SegmentConstructName.t option;The updated name for the construct.
*)excluded : Boolean.t option;Whether to exclude this construct from the migration.
*)properties : ConstructProperties.t option;The properties to update on the construct.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `Map of
([> `String of ConstructPropertyKey.t ]
* [> `String of MarshalledResourceDefinition.t ])
list
| `String of SegmentConstructName.t ])
list ]