ApplicationInteractiveConfigurationArgs

data class ApplicationInteractiveConfigurationArgs(val livyEndpointEnabled: Output<Boolean>? = null, val studioEnabled: Output<Boolean>? = null) : ConvertibleToJava<ApplicationInteractiveConfigurationArgs>

Constructors

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

Properties

Link copied to clipboard
val livyEndpointEnabled: Output<Boolean>? = null

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

Link copied to clipboard
val studioEnabled: Output<Boolean>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): ApplicationInteractiveConfigurationArgs