networkfirewall_delete_firewall_policy {paws.networking} | R Documentation |
Deletes the specified FirewallPolicy
Description
Deletes the specified FirewallPolicy.
See https://www.paws-r-sdk.com/docs/networkfirewall_delete_firewall_policy/ for full documentation.
Usage
networkfirewall_delete_firewall_policy(
FirewallPolicyName = NULL,
FirewallPolicyArn = NULL
)
Arguments
FirewallPolicyName |
The descriptive name of the firewall policy. You can't change the name of a firewall policy after you create it. You must specify the ARN or the name, and you can specify both. |
FirewallPolicyArn |
The Amazon Resource Name (ARN) of the firewall policy. You must specify the ARN or the name, and you can specify both. |
[Package paws.networking version 0.7.0 Index]