Skip to main content

resources_in_protection_groups

Creates, updates, deletes, gets or lists a resources_in_protection_groups resource.

Overview

Nameresources_in_protection_groups
TypeResource
Idaws.shield.resources_in_protection_groups

Fields

The following fields are returned by SELECT queries:

NameDatatypeDescription
resource_arnstringThe Amazon Resource Names (ARNs) of the resources that are included in the protection group.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
list_resources_in_protection_groupselectregionRetrieves the resources that are included in the protection group.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
regionstringAWS region (default: us-east-1)

SELECT examples

Retrieves the resources that are included in the protection group.

SELECT
resource_arn
FROM aws.shield.resources_in_protection_groups
WHERE region = '{{ region }}' -- required
;