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

Enabled 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