Skip to main content

restore_testing_selections_list_only

Lists restore_testing_selections in a region or regions, for all properties use restore_testing_selections

Overview

Namerestore_testing_selections_list_only
TypeResource
DescriptionResource Type definition for AWS::Backup::RestoreTestingSelection
Idaws.backup.restore_testing_selections_list_only

Fields

NameDatatypeDescription
iam_role_arnstring
protected_resource_arnsarray
protected_resource_conditionsobject
protected_resource_typestring
restore_metadata_overridesobject
restore_testing_plan_namestring
restore_testing_selection_namestring
validation_window_hoursinteger
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all restore_testing_selections in a region.

SELECT
region,
restore_testing_plan_name,
restore_testing_selection_name
FROM aws.backup.restore_testing_selections_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the restore_testing_selections_list_only resource, see restore_testing_selections