aws.lightsail.get_relational_database_blueprints
Example SQL Queries
SELECT * FROMaws.lightsail.get_relational_database_blueprints;Description
Returns a list of available database blueprints in Amazon Lightsail. A blueprint describes the major engine version of a database.
You can use a blueprint ID to create a new database that runs a specific database engine.
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 |
| blueprint_id The ID for the database blueprint. | VARCHAR |
| engine The database software of the database blueprint (for example, MySQL). | VARCHAR |
| engine_description The description of the database engine for the database blueprint. | VARCHAR |
| engine_version The database engine version for the database blueprint (for example, 5.7.23). | VARCHAR |
| engine_version_description The description of the database engine version for the database blueprint. | VARCHAR |
| is_engine_default A Boolean value indicating whether the engine version is the default for the database blueprint. | BOOLEAN |