aws.emr.list_release_labels
Example SQL Queries
SELECT * FROMaws.emr.list_release_labels;Description
Retrieves release labels of Amazon EMR services in the Region where the API is called.
Table Definition
| Column Name | Column Data Type |
|---|---|
| filters Input Column Filters the results of the request. Prefix specifies the prefix of release labels to return. Application specifies the application (with/without version) of release labels to return. | STRUCT( |
Show child fields
| |
| max_results Input Column Defines the maximum number of release labels to return in a single response. The default is 100. | BIGINT |
| next_token Input Column Used to paginate the next page of results if specified in the next ListReleaseLabels request. | 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
| |
| release_labels The returned release labels. | VARCHAR[] |
Show child fields
| |