You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/docs/r/emrserverless_application.html.markdown
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,6 +74,7 @@ This resource supports the following arguments:
74
74
*`name` - (Required) The name of the application.
75
75
*`network_configuration` - (Optional) The network configuration for customer VPC connectivity.
76
76
*`release_label` - (Required) The EMR release version associated with the application.
77
+
*`scheduler_configuration` - (Optional) Scheduler configuration for batch and streaming jobs running on this application. Supported with release labels `emr-7.0.0` and above. See [scheduler_configuration Arguments](#scheduler_configuration-arguments) below.
77
78
*`type` - (Required) The type of application you want to start, such as `spark` or `hive`.
78
79
*`tags` - (Optional) Key-value mapping of resource tags. If configured with a provider [`default_tags` configuration block](https://registry.terraform.io/providers/hashicorp/aws/latest/docs#default_tags-configuration-block) present, tags with matching keys will overwrite those defined at the provider-level.
79
80
@@ -122,6 +123,14 @@ This resource supports the following arguments:
122
123
*`disk` - (Optional) The disk requirements for every worker instance of the worker type.
123
124
*`memory` - (Required) The memory requirements for every worker instance of the worker type.
124
125
126
+
### scheduler_configuration Arguments
127
+
128
+
When an empty `scheduler_configuration {}` block is specified, the feature is enabled with default settings.
129
+
To disable the feature after it has been enabled, remove the block from the configuration.
130
+
131
+
*`max_concurrent_runs` - (Optional) Maximum concurrent job runs on this application. Valid range is `1` to `1000`. Defaults to `15`.
132
+
*`queue_timeout_minutes` - (Optional) Maximum duration in minutes for the job in QUEUED state. Valid range is from `15` to `720`. Defaults to `360`.
133
+
125
134
## Attribute Reference
126
135
127
136
This resource exports the following attributes in addition to the arguments above:
0 commit comments