aws.elasticbeanstalk.describe_platform_version
Example SQL Queries
SELECT * FROMaws.elasticbeanstalk.describe_platform_version;Description
Describes a platform version. Provides full details. Compare to ListPlatformVersions, which provides summary information about a list of platform versions.
For definitions of platform version and other platform-related terms, see AWS Elastic Beanstalk Platforms Glossary.
Table Definition
| Column Name | Column Data Type |
|---|---|
| platform_arn Input Column The ARN of the platform version. | VARCHAR |
| _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 |
| platform_description Detailed information about the platform version. | STRUCT( |
Show child fields
| |