aws.lightsail.get_auto_snapshots
Example SQL Queries
SELECT * FROMaws.lightsail.get_auto_snapshotsWHERE"resource_name" = 'VALUE';Description
Returns the available automatic snapshots for an instance or disk. For more information, see the Amazon Lightsail Developer Guide.
Table Definition
| Column Name | Column Data Type |
|---|---|
| resource_name Required Input Column The name of the source instance or disk for the automatic 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 |
| auto_snapshots An array of objects that describe the automatic snapshots that are available for the specified source instance or disk. | STRUCT( |
Show child fields
| |
| resource_type The resource type of the automatic snapshot. The possible values are Instance, and Disk. | VARCHAR |