Module Values.UpdateResolverDnssecConfigRequestSource

Updates an existing DNSSEC validation configuration. If there is no existing DNSSEC validation configuration, one is created.

Sourcetype nonrec t = {
  1. resourceId : ResourceId.t;
    (*

    The ID of the virtual private cloud (VPC) that you're updating the DNSSEC validation status for.

    *)
  2. 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.

    *)
}
Sourceval context_ : string
Sourceval make : resourceId:ResourceId.t -> validation:Validation.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of ResourceId.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t