Uses of Class
software.amazon.awscdk.services.stepfunctions.tasks.ReleaseLabel
Packages that use ReleaseLabel
Package
Description
Tasks for AWS Step Functions
-
Uses of ReleaseLabel in software.amazon.awscdk.services.stepfunctions.tasks
Fields in software.amazon.awscdk.services.stepfunctions.tasks declared as ReleaseLabelModifier and TypeFieldDescriptionstatic final ReleaseLabelReleaseLabel.EMR_5_32_0EMR Release version 5.32.0.static final ReleaseLabelReleaseLabel.EMR_5_33_0EMR Release version 5.33.0.static final ReleaseLabelReleaseLabel.EMR_6_2_0EMR Release version 6.2.0.static final ReleaseLabelReleaseLabel.EMR_6_3_0EMR Release version 6.3.0.Methods in software.amazon.awscdk.services.stepfunctions.tasks that return ReleaseLabelModifier and TypeMethodDescriptionEmrContainersStartJobRunJsonataProps.getReleaseLabel()The Amazon EMR release version to use for the job run.final ReleaseLabelEmrContainersStartJobRunJsonataProps.Jsii$Proxy.getReleaseLabel()EmrContainersStartJobRunJsonPathProps.getReleaseLabel()The Amazon EMR release version to use for the job run.final ReleaseLabelEmrContainersStartJobRunJsonPathProps.Jsii$Proxy.getReleaseLabel()EmrContainersStartJobRunProps.getReleaseLabel()The Amazon EMR release version to use for the job run.final ReleaseLabelEmrContainersStartJobRunProps.Jsii$Proxy.getReleaseLabel()Methods in software.amazon.awscdk.services.stepfunctions.tasks with parameters of type ReleaseLabelModifier and TypeMethodDescriptionEmrContainersStartJobRun.Builder.releaseLabel(ReleaseLabel releaseLabel) The Amazon EMR release version to use for the job run.EmrContainersStartJobRunJsonataProps.Builder.releaseLabel(ReleaseLabel releaseLabel) Sets the value ofEmrContainersStartJobRunJsonataProps.getReleaseLabel()EmrContainersStartJobRunJsonPathProps.Builder.releaseLabel(ReleaseLabel releaseLabel) Sets the value ofEmrContainersStartJobRunJsonPathProps.getReleaseLabel()EmrContainersStartJobRunProps.Builder.releaseLabel(ReleaseLabel releaseLabel) Sets the value ofEmrContainersStartJobRunProps.getReleaseLabel()