AWS::Route53Resolver::FirewallRuleGroupAssociationResource schema for AWS::Route53Resolver::FirewallRuleGroupAssociation.
6 configurable properties. 3 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
FirewallRuleGroupId | string | RequiredCreate-only |
Priority | integer | Required |
VpcId | string | RequiredCreate-only |
MutationProtection | string | |
Name | string | |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | Arn |
CreationTime | string | Rfc3339TimeString |
CreatorRequestId | string | The id of the creator request. |
Id | string | Id |
ManagedOwnerName | string | ServicePrincipal |
ModificationTime | string | Rfc3339TimeString |
Status | string | ResolverFirewallRuleGroupAssociation, possible values are COMPLETE, DELETING, UPDATING, and INACTIVE_OWNER_ACCOUNT_CLOSED. |
StatusMessage | string | FirewallDomainListAssociationStatus |
A minimal template with required properties and common optional ones.
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"Permissions CloudFormation needs in your IAM role to manage this resource.
route53resolver:AssociateFirewallRuleGrouproute53resolver:GetFirewallRuleGroupAssociationroute53resolver:TagResourceroute53resolver:ListTagsForResourceec2:DescribeVpcsroute53resolver:GetFirewallRuleGroupAssociationroute53resolver:ListTagsForResourceroute53resolver:ListFirewallRuleGroupAssociationsroute53resolver:ListTagsForResourceroute53resolver:DisassociateFirewallRuleGrouproute53resolver:GetFirewallRuleGroupAssociationroute53resolver:UntagResourceroute53resolver:ListTagsForResourceroute53resolver:UpdateFirewallRuleGroupAssociationroute53resolver:GetFirewallRuleGroupAssociationroute53resolver:TagResourceroute53resolver:UntagResourceroute53resolver:ListTagsForResourceOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterIdThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
FirewallRuleGroupIdVpcId