NetworkFirewall / Client / delete_proxy_rule_group
delete_proxy_rule_group¶
- NetworkFirewall.Client.delete_proxy_rule_group(**kwargs)¶
Deletes the specified ProxyRuleGroup.
See also: AWS API Documentation
Request Syntax
response = client.delete_proxy_rule_group( ProxyRuleGroupName='string', ProxyRuleGroupArn='string' )
- Parameters:
ProxyRuleGroupName (string) –
The descriptive name of the proxy rule group. You can’t change the name of a proxy rule group after you create it.
You must specify the ARN or the name, and you can specify both.
ProxyRuleGroupArn (string) –
The Amazon Resource Name (ARN) of a proxy rule group.
You must specify the ARN or the name, and you can specify both.
- Return type:
dict
- Returns:
Response Syntax
{ 'ProxyRuleGroupName': 'string', 'ProxyRuleGroupArn': 'string' }
Response Structure
(dict) –
ProxyRuleGroupName (string) –
The descriptive name of the proxy rule group. You can’t change the name of a proxy rule group after you create it.
ProxyRuleGroupArn (string) –
The Amazon Resource Name (ARN) of a proxy rule group.
Exceptions