--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "awscc_route53resolver_firewall_rule_group Resource - terraform-provider-awscc" subcategory: "" description: |- Resource schema for AWS::Route53Resolver::FirewallRuleGroup. --- # awscc_route53resolver_firewall_rule_group (Resource) Resource schema for AWS::Route53Resolver::FirewallRuleGroup. ## Schema ### Optional - `firewall_rules` (Attributes Set) FirewallRules (see [below for nested schema](#nestedatt--firewall_rules)) - `name` (String) FirewallRuleGroupName - `tags` (Attributes Set) Tags (see [below for nested schema](#nestedatt--tags)) ### Read-Only - `arn` (String) Arn - `creation_time` (String) Rfc3339TimeString - `creator_request_id` (String) The id of the creator request. - `id` (String) ResourceId - `modification_time` (String) Rfc3339TimeString - `owner_id` (String) AccountId - `rule_count` (Number) Count - `share_status` (String) ShareStatus, possible values are NOT_SHARED, SHARED_WITH_ME, SHARED_BY_ME. - `status` (String) ResolverFirewallRuleGroupAssociation, possible values are COMPLETE, DELETING, UPDATING, and INACTIVE_OWNER_ACCOUNT_CLOSED. - `status_message` (String) FirewallRuleGroupStatus ### Nested Schema for `firewall_rules` Optional: - `action` (String) Rule Action - `block_override_dns_type` (String) BlockOverrideDnsType - `block_override_domain` (String) BlockOverrideDomain - `block_override_ttl` (Number) BlockOverrideTtl - `block_response` (String) BlockResponse - `firewall_domain_list_id` (String) ResourceId - `priority` (Number) Rule Priority ### Nested Schema for `tags` Optional: - `key` (String) The key name of the tag. You can specify a value that is 1 to 127 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -. - `value` (String) The value for the tag. You can specify a value that is 1 to 255 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -. ## Import Import is supported using the following syntax: ```shell $ terraform import awscc_route53resolver_firewall_rule_group.example ```