Skip to content

aws.elasticbeanstalk.list_available_solution_stacks

Example SQL Queries

SELECT * FROM
aws.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 NameColumn Data Type
solution_stack_details

A list of available solution stacks and their SolutionStackDescription.

STRUCT(
"solution_stack_name" VARCHAR,
"permitted_file_types" VARCHAR[]
)[]
Show child fields
solution_stack_details[]
Show child fields
solution_stack_details[].permitted_file_types[]
solution_stack_details[].solution_stack_name

The name of the solution stack.

solution_stacks

A list of available solution stacks.

VARCHAR[]
Show child fields
solution_stacks[]