Skip to content

/AWS1/CL_EMSINTERACTIVECONF

The configuration to use to enable the different types of interactive use cases in an application.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_studioenabled TYPE /AWS1/EMSBOOLEAN /AWS1/EMSBOOLEAN

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

iv_livyendpointenabled TYPE /AWS1/EMSBOOLEAN /AWS1/EMSBOOLEAN

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

iv_sessionenabled TYPE /AWS1/EMSBOOLEAN /AWS1/EMSBOOLEAN

Enables interactive sessions on the application. When set to true, you can start interactive sessions using the StartSession operation.


Queryable Attributes

studioEnabled

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

Accessible with the following methods

Method Description
GET_STUDIOENABLED() Getter for STUDIOENABLED, with configurable default
ASK_STUDIOENABLED() Getter for STUDIOENABLED w/ exceptions if field has no value
HAS_STUDIOENABLED() Determine if STUDIOENABLED has a value

livyEndpointEnabled

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

Accessible with the following methods

Method Description
GET_LIVYENDPOINTENABLED() Getter for LIVYENDPOINTENABLED, with configurable default
ASK_LIVYENDPOINTENABLED() Getter for LIVYENDPOINTENABLED w/ exceptions if field has no
HAS_LIVYENDPOINTENABLED() Determine if LIVYENDPOINTENABLED has a value

sessionEnabled

Enables interactive sessions on the application. When set to true, you can start interactive sessions using the StartSession operation.

Accessible with the following methods

Method Description
GET_SESSIONENABLED() Getter for SESSIONENABLED, with configurable default
ASK_SESSIONENABLED() Getter for SESSIONENABLED w/ exceptions if field has no valu
HAS_SESSIONENABLED() Determine if SESSIONENABLED has a value