Disassociate Firewall Rule Group
route53resolver_disassociate_firewall_rule_group | R Documentation |
Disassociates a FirewallRuleGroup from a VPC, to remove DNS filtering from the VPC¶
Description¶
Disassociates a FirewallRuleGroup from a VPC, to remove DNS filtering from the VPC.
Usage¶
Arguments¶
FirewallRuleGroupAssociationId
[required] The identifier of the FirewallRuleGroupAssociation.
Value¶
A list with the following syntax:
list(
FirewallRuleGroupAssociation = list(
Id = "string",
Arn = "string",
FirewallRuleGroupId = "string",
VpcId = "string",
Name = "string",
Priority = 123,
MutationProtection = "ENABLED"|"DISABLED",
ManagedOwnerName = "string",
Status = "COMPLETE"|"DELETING"|"UPDATING",
StatusMessage = "string",
CreatorRequestId = "string",
CreationTime = "string",
ModificationTime = "string"
)
)