protection_groups
Retrieves a list of protection_groups
in a region
Overview
Name | protection_groups |
Type | Resource |
Description | protection_groups |
Id | awscc.shield.protection_groups |
Fields
Name | Datatype | Description |
---|---|---|
protection_group_arn | string | The ARN (Amazon Resource Name) of the protection group. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
protection_group_arn
FROM awscc.shield.protection_groups
Permissions
To operate on the protection_groups
resource, the following permissions are required:
Create
shield:CreateProtectionGroup,
shield:TagResource
List
shield:ListProtectionGroups