restore_testing_plan
Gets an individual restore_testing_plan
resource
Overview
Name | restore_testing_plan |
Type | Resource |
Description | restore_testing_plan |
Id | awscc.backup.restore_testing_plan |
Fields
Name | Datatype | Description |
---|---|---|
recovery_point_selection | object | |
restore_testing_plan_arn | string | |
restore_testing_plan_name | string | |
schedule_expression | string | |
schedule_expression_timezone | string | |
start_window_hours | integer | |
tags | array | |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
recovery_point_selection,
restore_testing_plan_arn,
restore_testing_plan_name,
schedule_expression,
schedule_expression_timezone,
start_window_hours,
tags
FROM awscc.backup.restore_testing_plan
WHERE data__Identifier = '<RestoreTestingPlanName>';
Permissions
To operate on the restore_testing_plan
resource, the following permissions are required:
Read
backup:GetRestoreTestingPlan,
backup:ListTags
Update
backup:UpdateRestoreTestingPlan,
backup:TagResource,
backup:UntagResource,
backup:GetRestoreTestingPlan,
backup:ListTags
Delete
backup:DeleteRestoreTestingPlan,
backup:GetRestoreTestingPlan