aws.elasticbeanstalk.list_platform_versions
Example SQL Queries
SELECT * FROMaws.elasticbeanstalk.list_platform_versions;Description
Lists the platform versions available for your account in an AWS Region. Provides summary information about each platform version. Compare to DescribePlatformVersion, which provides full details about a single platform version.
For definitions of platform version and other platform-related terms, see AWS Elastic Beanstalk Platforms Glossary.
Table Definition
| Column Name | Column Data Type |
|---|---|
| filters Input Column Criteria for restricting the resulting list of platform versions. The filter is interpreted as a logical conjunction (AND) of the separate PlatformFilter terms. | STRUCT( |
Show child fields
| |
| _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 |
| operating_system_name The operating system used by the platform version. | VARCHAR |
| operating_system_version The version of the operating system used by the platform version. | VARCHAR |
| platform_arn The ARN of the platform version. | VARCHAR |
| platform_branch_lifecycle_state The state of the platform version's branch in its lifecycle. Possible values: beta | supported | deprecated | retired | VARCHAR |
| platform_branch_name The platform branch to which the platform version belongs. | VARCHAR |
| platform_category The category of platform version. | VARCHAR |
| platform_lifecycle_state The state of the platform version in its lifecycle. Possible values: recommended | empty If an empty value is returned, the platform version is supported but isn't the recommended one for its branch. | VARCHAR |
| platform_owner The AWS account ID of the person who created the platform version. | VARCHAR |
| platform_status The status of the platform version. You can create an environment from the platform version once it is ready. | VARCHAR |
| platform_version The version string of the platform version. | VARCHAR |
| supported_addon_list The additions associated with the platform version. | VARCHAR[] |
Show child fields
| |
| supported_tier_list The tiers in which the platform version runs. | VARCHAR[] |
Show child fields
| |