aws.backup.list_restore_testing_selections
Example SQL Queries
SELECT * FROMaws.backup.list_restore_testing_selectionsWHERE"restore_testing_plan_name" = 'VALUE';Description
Returns a list of restore testing selections. Can be filtered by MaxResults and RestoreTestingPlanName.
Table Definition
| Column Name | Column Data Type |
|---|---|
| restore_testing_plan_name Required Input Column Unique string that is the name of the restore testing plan. The name cannot be changed after creation. The name must consist of only alphanumeric characters and underscores. Maximum length is 50. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| creation_time This is the date and time that a restore testing selection was created, in Unix format and Coordinated Universal Time (UTC). The value of CreationTime is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26,2018 12:11:30.087 AM. | TIMESTAMP_S |
| iam_role_arn The Amazon Resource Name (ARN) of the IAM role that Backup uses to create the target resource; for example: arn:aws:iam::123456789012:role/S3Access. | VARCHAR |
| protected_resource_type The type of Amazon Web Services resource included in a restore testing selection; for example, an Amazon EBS volume or an Amazon RDS database. | VARCHAR |
| restore_testing_selection_name Unique name of a restore testing selection. | VARCHAR |
| validation_window_hours This value represents the time, in hours, data is retained after a restore test so that optional validation can be completed. Accepted value is an integer between 0 and 168 (the hourly equivalent of seven days). | BIGINT |