Skip to content

Get Firewall Rule Group Association

route53resolver_get_firewall_rule_group_association R Documentation

Retrieves a firewall rule group association, which enables DNS filtering for a VPC with one rule group

Description

Retrieves a firewall rule group association, which enables DNS filtering for a VPC with one rule group. A VPC can have more than one firewall rule group association, and a rule group can be associated with more than one VPC.

Usage

route53resolver_get_firewall_rule_group_association(
  FirewallRuleGroupAssociationId)

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"
  )
)

Request syntax

svc$get_firewall_rule_group_association(
  FirewallRuleGroupAssociationId = "string"
)