Values.UpdateResolverDnssecConfigRequestSourceUpdates an existing DNSSEC validation configuration. If there is no existing DNSSEC validation configuration, one is created.
type nonrec t = {resourceId : ResourceId.t;The ID of the virtual private cloud (VPC) that you're updating the DNSSEC validation status for.
*)validation : Validation.t;The new value that you are specifying for DNSSEC validation for the VPC. The value can be ENABLE or DISABLE. Be aware that it can take time for a validation status change to be completed.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of ResourceId.t ]) list ]