Delete Firewall Policy
networkfirewall_delete_firewall_policy | R Documentation |
Deletes the specified FirewallPolicy¶
Description¶
Deletes the specified FirewallPolicy.
Usage¶
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.
Value¶
A list with the following syntax:
list(
FirewallPolicyResponse = list(
FirewallPolicyName = "string",
FirewallPolicyArn = "string",
FirewallPolicyId = "string",
Description = "string",
FirewallPolicyStatus = "ACTIVE"|"DELETING"|"ERROR",
Tags = list(
list(
Key = "string",
Value = "string"
)
),
ConsumedStatelessRuleCapacity = 123,
ConsumedStatefulRuleCapacity = 123,
NumberOfAssociations = 123,
EncryptionConfiguration = list(
KeyId = "string",
Type = "CUSTOMER_KMS"|"AWS_OWNED_KMS_KEY"
),
LastModifiedTime = as.POSIXct(
"2015-01-01"
)
)
)