ApplicationInteractiveConfiguration

data class ApplicationInteractiveConfiguration(val livyEndpointEnabled: Boolean? = null, val studioEnabled: Boolean? = null)

Constructors

Link copied to clipboard
constructor(livyEndpointEnabled: Boolean? = null, studioEnabled: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Enables an Apache Livy endpoint that you can connect to and run interactive jobs.

Link copied to clipboard
val studioEnabled: Boolean? = null

Enables you to connect an application to Amazon EMR Studio to run interactive workloads in a notebook.