aws.elasticbeanstalk.list_available_solution_stacks
Example SQL Queries
SELECT * FROMaws.elasticbeanstalk.list_available_solution_stacks;Description
Returns a list of the available solution stack names, with the public version first and then in reverse chronological order.
Table Definition
| Column Name | Column Data Type |
|---|---|
| solution_stack_details A list of available solution stacks and their SolutionStackDescription. | STRUCT( |
Show child fields
| |
| solution_stacks A list of available solution stacks. | VARCHAR[] |
Show child fields
| |