firewall_rule_group_association
Gets an individual firewall_rule_group_association
resource
Overview
Name | firewall_rule_group_association |
Type | Resource |
Description | firewall_rule_group_association |
Id | awscc.route53resolver.firewall_rule_group_association |
Fields
Name | Datatype | Description |
---|---|---|
id | string | Id |
arn | string | Arn |
firewall_rule_group_id | string | FirewallRuleGroupId |
vpc_id | string | VpcId |
name | string | FirewallRuleGroupAssociationName |
priority | integer | Priority |
mutation_protection | string | MutationProtectionStatus |
managed_owner_name | string | ServicePrincipal |
status | string | ResolverFirewallRuleGroupAssociation, possible values are COMPLETE, DELETING, UPDATING, and INACTIVE_OWNER_ACCOUNT_CLOSED. |
status_message | string | FirewallDomainListAssociationStatus |
creator_request_id | string | The id of the creator request. |
creation_time | string | Rfc3339TimeString |
modification_time | string | Rfc3339TimeString |
tags | array | Tags |
region | string | AWS 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:*