route53resolver_create_firewall_domain_list {paws.networking} | R Documentation |
Creates an empty firewall domain list for use in DNS Firewall rules
Description
Creates an empty firewall domain list for use in DNS Firewall rules. You can populate the domains for the new list with a file, using import_firewall_domains
, or with domain strings, using update_firewall_domains
.
See https://www.paws-r-sdk.com/docs/route53resolver_create_firewall_domain_list/ for full documentation.
Usage
route53resolver_create_firewall_domain_list(
CreatorRequestId,
Name,
Tags = NULL
)
Arguments
CreatorRequestId |
[required] A unique string that identifies the request and that allows you to retry
failed requests without the risk of running the operation twice.
|
Name |
[required] A name that lets you identify the domain list to manage and use it. |
Tags |
A list of the tag keys and values that you want to associate with the domain list. |
[Package paws.networking version 0.9.0 Index]