protection_groups_list_only
Lists protection_groups in a region or regions, for all properties use protection_groups
Overview
| Name | protection_groups_list_only |
| Type | Resource |
| Description | A grouping of protected resources so they can be handled as a collective. This resource grouping improves the accuracy of detection and reduces false positives. |
| Id | aws.shield.protection_groups_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
protection_group_arn | string | The ARN (Amazon Resource Name) of the protection group. |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
SELECT examples
Lists all protection_groups in a region.
SELECT
region,
protection_group_arn
FROM aws.shield.protection_groups_list_only
;
Permissions
For permissions required to operate on the protection_groups_list_only resource, see protection_groups