Values.UpdateDNSViewInputSourceUpdates the configuration of a DNS view. Route 53 Global Resolver is a global service that supports resolvers in multiple Amazon Web Services Regions but you must specify the US East (Ohio) Region to create, update, or otherwise work with Route 53 Global Resolver resources. That is, for example, specify --region us-east-2 on Amazon Web Services CLI commands.
type nonrec t = {dnsViewId : ResourceId.t;The unique identifier of the DNS view to update.
*)name : ResourceName.t option;The name of the DNS view.
*)description : ResourceDescription.t option;A description of the DNS view.
*)dnssecValidation : DnsSecValidationType.t option;Whether to enable DNSSEC validation for the DNS view.
*)ednsClientSubnet : EdnsClientSubnetType.t option;Whether to enable EDNS Client Subnet injection for the DNS view.
*)firewallRulesFailOpen : FirewallRulesFailOpenType.t option;Whether firewall rules should fail open when they cannot be evaluated.
*)}val make :
?name:??? ->
?description:??? ->
?dnssecValidation:??? ->
?ednsClientSubnet:??? ->
?firewallRulesFailOpen:??? ->
dnsViewId:ResourceId.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of ResourceId.t ]) list ]