class Aws::Route53Resolver::Types::ImportFirewallDomainsRequest

@note When making an API call, you may pass ImportFirewallDomainsRequest

data as a hash:

    {
      firewall_domain_list_id: "ResourceId", # required
      operation: "REPLACE", # required, accepts REPLACE
      domain_file_url: "DomainListFileUrl", # required
    }

@!attribute [rw] firewall_domain_list_id

The ID of the domain list that you want to modify with the import
operation.
@return [String]

@!attribute [rw] operation

What you want DNS Firewall to do with the domains that are listed in
the file. This must be set to `REPLACE`, which updates the domain
list to exactly match the list in the file.
@return [String]

@!attribute [rw] domain_file_url

The fully qualified URL or URI of the file stored in Amazon Simple
Storage Service (Amazon S3) that contains the list of domains to
import.

The file must be in an S3 bucket that's in the same Region as your
DNS Firewall. The file must be a text file and must contain a single
domain per line.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/ImportFirewallDomainsRequest AWS API Documentation

Constants

SENSITIVE