AWS Fundamentals Logo
AWS Fundamentals
AWS::Route53Resolver::FirewallRuleGroupAssociation

Route53Resolver FirewallRuleGroupAssociation

Resource schema for AWS::Route53Resolver::FirewallRuleGroupAssociation.

Properties

6 configurable properties. 3 required. Click a row to see details.

Filter:
PropertyTypeFlags
FirewallRuleGroupId
string
RequiredCreate-only
Priority
integer
Required
VpcId
string
RequiredCreate-only
MutationProtection
string
Name
string
Tags
Array<Tag>

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
ArnstringArn
CreationTimestringRfc3339TimeString
CreatorRequestIdstringThe id of the creator request.
IdstringId
ManagedOwnerNamestringServicePrincipal
ModificationTimestringRfc3339TimeString
StatusstringResolverFirewallRuleGroupAssociation, possible values are COMPLETE, DELETING, UPDATING, and INACTIVE_OWNER_ACCOUNT_CLOSED.
StatusMessagestringFirewallDomainListAssociationStatus

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Route53Resolver::FirewallRuleGroupAssociation

Resources:
  MyResource:
    Type: AWS::Route53Resolver::FirewallRuleGroupAssociation
    Properties:
      FirewallRuleGroupId: "my-firewallrulegroupid"
      VpcId: "my-vpcid"
      Priority: 1
      Tags:
        - Key: Environment
          Value: Production
      Name: !Ref "AWS::StackName"

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

route53resolver:AssociateFirewallRuleGrouproute53resolver:GetFirewallRuleGroupAssociationroute53resolver:TagResourceroute53resolver:ListTagsForResourceec2:DescribeVpcs

read

route53resolver:GetFirewallRuleGroupAssociationroute53resolver:ListTagsForResource

list

route53resolver:ListFirewallRuleGroupAssociationsroute53resolver:ListTagsForResource

delete

route53resolver:DisassociateFirewallRuleGrouproute53resolver:GetFirewallRuleGroupAssociationroute53resolver:UntagResourceroute53resolver:ListTagsForResource

update

route53resolver:UpdateFirewallRuleGroupAssociationroute53resolver:GetFirewallRuleGroupAssociationroute53resolver:TagResourceroute53resolver:UntagResourceroute53resolver:ListTagsForResource

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceRoute53Resolver
Properties14
Required3
TaggingSupported
Primary IDId

Supported Operations

CreateReadListDeleteUpdate

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

FirewallRuleGroupIdVpcId

External Links