aws.lightsail.get_relational_database_snapshots
Example SQL Queries
SELECT * FROMaws.lightsail.get_relational_database_snapshots;Description
Returns information about all of your database snapshots in Amazon Lightsail.
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 |
| arn The Amazon Resource Name (ARN) of the database snapshot. | VARCHAR |
| created_at The timestamp when the database snapshot was created. | TIMESTAMP_S |
| engine The software of the database snapshot (for example, MySQL) | VARCHAR |
| engine_version The database engine version for the database snapshot (for example, 5.7.23). | VARCHAR |
| from_relational_database_arn The Amazon Resource Name (ARN) of the database from which the database snapshot was created. | VARCHAR |
| from_relational_database_blueprint_id The blueprint ID of the database from which the database snapshot was created. A blueprint describes the major engine version of a database. | VARCHAR |
| from_relational_database_bundle_id The bundle ID of the database from which the database snapshot was created. | VARCHAR |
| from_relational_database_name The name of the source database from which the database snapshot was created. | VARCHAR |
| location The Region name and Availability Zone where the database snapshot is located. | STRUCT( |
Show child fields
| |
| name The name of the database snapshot. | VARCHAR |
| resource_type The Lightsail resource type. | VARCHAR |
| size_in_gb The size of the disk in GB (for example, 32) for the database snapshot. | BIGINT |
| state The state of the database snapshot. | VARCHAR |
| support_code The support code for the database snapshot. Include this code in your email to support when you have questions about a database snapshot in Lightsail. This code enables our support team to look up your Lightsail information more easily. | VARCHAR |
| tags The tag keys and optional values for the resource. For more information about tags in Lightsail, see the Amazon Lightsail Developer Guide. | STRUCT( |
Show child fields
| |