aws.lightsail.get_relational_database_bundles
Example SQL Queries
SELECT * FROMaws.lightsail.get_relational_database_bundles;Description
Returns the list of bundles that are available in Amazon Lightsail. A bundle describes the performance specifications for a database.
You can use a bundle ID to create a new database with explicit performance specifications.
Table Definition
| Column Name | Column Data Type |
|---|---|
| include_inactive Input Column A Boolean value that indicates whether to include inactive (unavailable) bundles in the response of your request. | BOOLEAN |
| _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 |
| bundle_id The ID for the database bundle. | VARCHAR |
| cpu_count The number of virtual CPUs (vCPUs) for the database bundle. | BIGINT |
| disk_size_in_gb The size of the disk for the database bundle. | BIGINT |
| is_active A Boolean value indicating whether the database bundle is active. | BOOLEAN |
| is_encrypted A Boolean value indicating whether the database bundle is encrypted. | BOOLEAN |
| name The name for the database bundle. | VARCHAR |
| price The cost of the database bundle in US currency. | DOUBLE |
| ram_size_in_gb The amount of RAM in GB (for example, 2.0) for the database bundle. | DOUBLE |
| transfer_per_month_in_gb The data transfer rate per month in GB for the database bundle. | BIGINT |