View source: R/route53resolver_operations.R
route53resolver_create_firewall_rule_group | R Documentation |
Creates an empty DNS Firewall rule group for filtering DNS network traffic in a VPC. You can add rules to the new rule group by calling create_firewall_rule
.
See https://www.paws-r-sdk.com/docs/route53resolver_create_firewall_rule_group/ for full documentation.
route53resolver_create_firewall_rule_group(CreatorRequestId, Name, Tags = NULL)
CreatorRequestId |
[required] A unique string defined by you to identify the request. This allows you to retry failed requests without the risk of running the operation twice. This can be any unique string, for example, a timestamp. |
Name |
[required] A name that lets you identify the rule group, to manage and use it. |
Tags |
A list of the tag keys and values that you want to associate with the rule group. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.