firewall_rule_group
Gets an individual firewall_rule_group
resource
Overview
Name | firewall_rule_group |
Type | Resource |
Description | firewall_rule_group |
Id | awscc.route53resolver.firewall_rule_group |
Fields
Name | Datatype | Description |
---|---|---|
id | string | ResourceId |
arn | string | Arn |
name | string | FirewallRuleGroupName |
rule_count | integer | Count |
status | string | ResolverFirewallRuleGroupAssociation, possible values are COMPLETE, DELETING, UPDATING, and INACTIVE_OWNER_ACCOUNT_CLOSED. |
status_message | string | FirewallRuleGroupStatus |
owner_id | string | AccountId |
share_status | string | ShareStatus, possible values are NOT_SHARED, SHARED_WITH_ME, SHARED_BY_ME. |
creator_request_id | string | The id of the creator request. |
creation_time | string | Rfc3339TimeString |
modification_time | string | Rfc3339TimeString |
firewall_rules | array | FirewallRules |
tags | array | Tags |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
id,
arn,
name,
rule_count,
status,
status_message,
owner_id,
share_status,
creator_request_id,
creation_time,
modification_time,
firewall_rules,
tags
FROM awscc.route53resolver.firewall_rule_group
WHERE data__Identifier = '<Id>';
Permissions
To operate on the firewall_rule_group
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:*