AWS::EMRServerless::Application SchedulerConfiguration - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.

AWS::EMRServerless::Application SchedulerConfiguration

The scheduler configuration for batch and streaming jobs running on this application. Supported with release labels emr-7.0.0 and above.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "MaxConcurrentRuns" : Integer, "QueueTimeoutMinutes" : Integer }

YAML

MaxConcurrentRuns: Integer QueueTimeoutMinutes: Integer

Properties

MaxConcurrentRuns

The maximum concurrent job runs on this application. If scheduler configuration is enabled on your application, the default value is 15. The valid range is 1 to 1000.

Required: No

Type: Integer

Update requires: Some interruptions

QueueTimeoutMinutes

The maximum duration in minutes for the job in QUEUED state. If scheduler configuration is enabled on your application, the default value is 360 minutes (6 hours). The valid range is from 15 to 720.

Required: No

Type: Integer

Update requires: Some interruptions