View source: R/route53resolver_operations.R
route53resolver_create_firewall_domain_list | R Documentation |
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.
route53resolver_create_firewall_domain_list(
CreatorRequestId,
Name,
Tags = NULL
)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.