aws.backup.list_restore_testing_plans
Example SQL Queries
SELECT * FROMaws.backup.list_restore_testing_plans;Description
Returns a list of restore testing plans.
Table Definition
| Column Name | Column Data Type |
|---|---|
| _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 The date and time that a restore testing plan 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 |
| last_execution_time The last time a restore test was run with the specified restore testing plan. A date and time, in Unix format and Coordinated Universal Time (UTC). The value of LastExecutionDate is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM. | TIMESTAMP_S |
| last_update_time The date and time that the restore testing plan was updated. This update is in Unix format and Coordinated Universal Time (UTC). The value of LastUpdateTime is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM. | TIMESTAMP_S |
| restore_testing_plan_arn An Amazon Resource Name (ARN) that uniquely identifiesa restore testing plan. | VARCHAR |
| restore_testing_plan_name This is the restore testing plan name. | VARCHAR |
| schedule_expression A CRON expression in specified timezone when a restore testing plan is executed. | VARCHAR |
| schedule_expression_timezone Optional. This is the timezone in which the schedule expression is set. By default, ScheduleExpressions are in UTC. You can modify this to a specified timezone. | VARCHAR |
| start_window_hours Defaults to 24 hours. A value in hours after a restore test is scheduled before a job will be canceled if it doesn't start successfully. This value is optional. If this value is included, this parameter has a maximum value of 168 hours (one week). | BIGINT |