Creates an Network Firewall ProxyRuleGroup
Source:R/networkfirewall_operations.R
networkfirewall_create_proxy_rule_group.RdCreates an Network Firewall ProxyRuleGroup
See https://www.paws-r-sdk.com/docs/networkfirewall_create_proxy_rule_group/ for full documentation.
Usage
networkfirewall_create_proxy_rule_group(
ProxyRuleGroupName,
Description = NULL,
Rules = NULL,
Tags = NULL
)Arguments
- ProxyRuleGroupName
[required] The descriptive name of the proxy rule group. You can't change the name of a proxy rule group after you create it.
- Description
A description of the proxy rule group.
- Rules
Individual rules that define match conditions and actions for application-layer traffic. Rules specify what to inspect (domains, headers, methods) and what action to take (allow, deny, alert).
The key:value pairs to associate with the resource.