Skip to main content

restore_testing_plans_list_only

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

Overview

Namerestore_testing_plans_list_only
TypeResource
DescriptionDefinition of AWS::Backup::RestoreTestingPlan Resource Type
Idaws.backup.restore_testing_plans_list_only

Fields

NameDatatypeDescription
recovery_point_selectionobject
restore_testing_plan_arnstring
restore_testing_plan_namestring
schedule_expressionstring
schedule_expression_timezonestring
start_window_hoursinteger
tagsarray
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all restore_testing_plans in a region.

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

Permissions

For permissions required to operate on the restore_testing_plans_list_only resource, see restore_testing_plans