restore_testing_selections_list_only
Lists restore_testing_selections in a region or regions, for all properties use restore_testing_selections
Overview
| Name | restore_testing_selections_list_only |
| Type | Resource |
| Description | Resource Type definition for AWS::Backup::RestoreTestingSelection |
| Id | aws.backup.restore_testing_selections_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
restore_testing_plan_name | string | |
restore_testing_selection_name | string | |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
SELECT examples
Lists all restore_testing_selections in a region.
SELECT
region,
restore_testing_plan_name,
restore_testing_selection_name
FROM aws.backup.restore_testing_selections_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the restore_testing_selections_list_only resource, see restore_testing_selections