Skip to main content

restore_testing_selections

Retrieves a list of restore_testing_selections in a region

Overview

Namerestore_testing_selections
TypeResource
Descriptionrestore_testing_selections
Idawscc.backup.restore_testing_selections

Fields

NameDatatypeDescription
restore_testing_plan_namestring
restore_testing_selection_namestring
regionstringAWS 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