restore_testing_selections_list_only
Lists restore_testing_selections
in a region or regions, for all properties use restore_testing_selections
Overview
Name | restore_testing_selections_list_only |
Type | Resource |
Description | Resource Type definition for AWS::Backup::RestoreTestingSelection |
Id | aws.backup.restore_testing_selections_list_only |
Fields
Name | Datatype | Description |
---|---|---|
iam_role_arn | string | |
protected_resource_arns | array | |
protected_resource_conditions | object | |
protected_resource_type | string | |
restore_metadata_overrides | object | |
restore_testing_plan_name | string | |
restore_testing_selection_name | string | |
validation_window_hours | integer | |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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