Skip to content

Delete Firewall Rule Group

route53resolver_delete_firewall_rule_group R Documentation

Deletes the specified firewall rule group

Description

Deletes the specified firewall rule group.

Usage

route53resolver_delete_firewall_rule_group(FirewallRuleGroupId)

Arguments

FirewallRuleGroupId

[required] The unique identifier of the firewall rule group that you want to delete.

Value

A list with the following syntax:

list(
  FirewallRuleGroup = list(
    Id = "string",
    Arn = "string",
    Name = "string",
    RuleCount = 123,
    Status = "COMPLETE"|"DELETING"|"UPDATING",
    StatusMessage = "string",
    OwnerId = "string",
    CreatorRequestId = "string",
    ShareStatus = "NOT_SHARED"|"SHARED_WITH_ME"|"SHARED_BY_ME",
    CreationTime = "string",
    ModificationTime = "string"
  )
)

Request syntax

svc$delete_firewall_rule_group(
  FirewallRuleGroupId = "string"
)