Values.InteractiveConfigurationSourceThe configuration to use to enable the different types of interactive use cases in an application.
type nonrec t = {studioEnabled : Boolean.t option;Enables you to connect an application to Amazon EMR Studio to run interactive workloads in a notebook.
*)livyEndpointEnabled : Boolean.t option;Enables an Apache Livy endpoint that you can connect to and run interactive jobs.
*)sessionEnabled : Boolean.t option;Enables interactive sessions on the application. When set to true, you can start interactive sessions using the StartSession operation.
*)}