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