Skip to main content

firewall_rule_group_association

Gets an individual firewall_rule_group_association resource

Overview

Namefirewall_rule_group_association
TypeResource
Descriptionfirewall_rule_group_association
Idawscc.route53resolver.firewall_rule_group_association

Fields

NameDatatypeDescription
idstringId
arnstringArn
firewall_rule_group_idstringFirewallRuleGroupId
vpc_idstringVpcId
namestringFirewallRuleGroupAssociationName
priorityintegerPriority
mutation_protectionstringMutationProtectionStatus
managed_owner_namestringServicePrincipal
statusstringResolverFirewallRuleGroupAssociation, possible values are COMPLETE, DELETING, UPDATING, and INACTIVE_OWNER_ACCOUNT_CLOSED.
status_messagestringFirewallDomainListAssociationStatus
creator_request_idstringThe id of the creator request.
creation_timestringRfc3339TimeString
modification_timestringRfc3339TimeString
tagsarrayTags
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
id,
arn,
firewall_rule_group_id,
vpc_id,
name,
priority,
mutation_protection,
managed_owner_name,
status,
status_message,
creator_request_id,
creation_time,
modification_time,
tags
FROM awscc.route53resolver.firewall_rule_group_association
WHERE data__Identifier = '<Id>';

Permissions

To operate on the firewall_rule_group_association resource, the following permissions are required:

Read

route53resolver:*,
ec2:*,
logs:*,
iam:*,
lambda:*,
s3:*

Delete

route53resolver:*,
ec2:*,
logs:*,
iam:*,
lambda:*,
s3:*

Update

route53resolver:*,
ec2:*,
logs:*,
iam:*,
lambda:*,
s3:*