aws.wafv2.get_permission_policy
Example SQL Queries
SELECT * FROMaws.wafv2.get_permission_policyWHERE"resource_arn" = 'VALUE';Description
Returns the IAM policy that is attached to the specified rule group.
You must be the owner of the rule group to perform this operation.
Table Definition
| Column Name | Column Data Type |
|---|---|
| resource_arn Required Input Column The Amazon Resource Name (ARN) of the rule group for which you want to get the policy. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| policy The IAM policy that is attached to the specified rule group. | VARCHAR |