emr_describe_release_label {paws.analytics} | R Documentation |
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
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.
See https://www.paws-r-sdk.com/docs/emr_describe_release_label/ for full documentation.
Usage
emr_describe_release_label(
ReleaseLabel = NULL,
NextToken = NULL,
MaxResults = NULL
)
Arguments
ReleaseLabel |
The target release label to be described. |
NextToken |
The pagination token. Reserved for future use. Currently set to null. |
MaxResults |
Reserved for future use. Currently set to null. |
[Package paws.analytics version 0.9.0 Index]