restore_testing_plans
Retrieves a list of restore_testing_plans
in a region
Overview
Name | restore_testing_plans |
Type | Resource |
Description | restore_testing_plans |
Id | awscc.backup.restore_testing_plans |
Fields
Name | Datatype | Description |
---|---|---|
restore_testing_plan_name | string | |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
restore_testing_plan_name
FROM awscc.backup.restore_testing_plans
WHERE region = 'us-east-1'
Permissions
To operate on the restore_testing_plans
resource, the following permissions are required:
Create
backup:CreateRestoreTestingPlan,
backup:TagResource,
backup:GetRestoreTestingPlan,
backup:ListTags
List
backup:ListRestoreTestingPlans