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
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,6 +68,7 @@ The following arguments are required:
68
68
*`auto_stop_configuration` – (Optional) The configuration for an application to automatically stop after a certain amount of time being idle.
69
69
*`image_configuration` – (Optional) The image configuration applied to all worker types.
70
70
*`initial_capacity` – (Optional) The capacity to initialize when the application is created.
71
+
*`interactive_configuration` – (Optional) Enables the interactive use cases to use when running an application.
71
72
*`maximum_capacity` – (Optional) The maximum capacity to allocate when the application is created. This is cumulative across all workers at any given point in time, not just when an application is created. No new resources will be created once any one of the defined limits is hit.
72
73
*`name` – (Required) The name of the application.
73
74
*`network_configuration` – (Optional) The network configuration for customer VPC connectivity.
@@ -109,6 +110,11 @@ The following arguments are required:
109
110
*`worker_configuration` - (Optional) The resource configuration of the initial capacity configuration.
110
111
*`worker_count` - (Required) The number of workers in the initial capacity configuration.
111
112
113
+
### interactive_configuration Arguments
114
+
115
+
*`livy_endpoint_enabled` - (Optional) Enables an Apache Livy endpoint that you can connect to and run interactive jobs.
116
+
*`studio_enabled` - (Optional) Enables you to connect an application to Amazon EMR Studio to run interactive workloads in a notebook.
117
+
112
118
##### worker_configuration Arguments
113
119
114
120
*`cpu` - (Required) The CPU requirements for every worker instance of the worker type.
0 commit comments