Values.ImportFirewallDomainsInputSourceImports a list of domains from an Amazon S3 file into a firewall domain list. The file should contain one domain per line. 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 = {domainFileUrl : String_.t;The fully qualified URL of the file in Amazon S3 that contains the list of domains to import. The file should contain one domain per line.
*)firewallDomainListId : ResourceId.t;ID of the DNS Firewall domain list that you want to import the domain list to.
*)operation : String_.t;This value is REPLACE, and it updates the domain list to match the list of domains in the imported file.
*)}val make :
domainFileUrl:String_.t ->
firewallDomainListId:ResourceId.t ->
operation:String_.t ->
unit ->
t