Skip to content

Data Source: awsEmrReleaseLabels

Retrieve information about EMR Release Labels.

Example Usage

/*Provider bindings are generated by running cdktf get.
See https://cdk.tf/provider-generation for more details.*/
import * as aws from "./.gen/providers/aws";
new aws.dataAwsEmrReleaseLabels.DataAwsEmrReleaseLabels(this, "example", {
  filters: {
    application: "spark@2.1.0",
    prefix: "emr-5",
  },
});

Argument Reference

  • filters – (Optional) 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. See Filters.

Filters

  • application - (Optional) Optional release label application filter. For example, spark@210 or spark.
  • prefix - (Optional) Optional release label version prefix filter. For example, emr5.

Attributes Reference

In addition to all arguments above, the following attributes are exported:

  • releaseLabels - Returned release labels.