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