Values.UpdateFirewallDomainsInputSourceUpdates a DNS Firewall domain list from an array of specified domains. 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 = {domains : Domains.t;A list of the domains. You can add up to 1000 domains per request.
*)firewallDomainListId : ResourceId.t;The ID of the DNS Firewall domain list to which you want to add the domains.
*)operation : String_.t;The operation for updating the domain list. The allowed values are ADD, REMOVE, and REPLACE.
*)}val make :
domains:Domains.t ->
firewallDomainListId:ResourceId.t ->
operation:String_.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of Domain.t ] list | `String of ResourceId.t ])
list ]