aws.emr.describe_release_label
Example SQL Queries
SELECT * FROMaws.emr.describe_release_label;Description
Provides Amazon EMR release label details, such as the releases available the Region where the API request is run, and the available applications for a specific Amazon EMR release label. Can also list Amazon EMR releases that support a specified version of Spark.
Table Definition
| Column Name | Column Data Type |
|---|---|
| max_results Input Column Reserved for future use. Currently set to null. | BIGINT |
| next_token Input Column The pagination token. Reserved for future use. Currently set to null. | VARCHAR |
| release_label Input Column The target release label described in the response. | 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
| |
| applications The list of applications available for the target release label. Name is the name of the application. Version is the concise version of the application. | STRUCT( |
Show child fields
| |
| available_os_releases The list of available Amazon Linux release versions for an Amazon EMR release. Contains a Label field that is formatted as shown in Amazon Linux 2 Release Notes . For example, 2.0.20220218.1. | STRUCT( |
Show child fields
| |