aws.drs.describe_recovery_snapshots
Example SQL Queries
SELECT * FROMaws.drs.describe_recovery_snapshotsWHERE"source_server_id" = 'VALUE';Description
Lists all Recovery Snapshots for a single Source Server.
Table Definition
| Column Name | Column Data Type |
|---|---|
| source_server_id Required Input Column The ID of the Source Server that the snapshot was taken for. | VARCHAR |
| filters Input Column A set of filters by which to return Recovery Snapshots. | STRUCT( |
Show child fields
| |
| order Input Column The sorted ordering by which to return Recovery Snapshots. | 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 |
| ebs_snapshots A list of EBS snapshots. | VARCHAR[] |
Show child fields
| |
| expected_timestamp The timestamp of when we expect the snapshot to be taken. | VARCHAR |
| snapshot_id The ID of the Recovery Snapshot. | VARCHAR |
| timestamp The actual timestamp that the snapshot was taken. | VARCHAR |