AWS::EMRServerless::Application InteractiveConfiguration - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.

AWS::EMRServerless::Application InteractiveConfiguration

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

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "LivyEndpointEnabled" : Boolean, "StudioEnabled" : Boolean }

YAML

LivyEndpointEnabled: Boolean StudioEnabled: Boolean

Properties

LivyEndpointEnabled

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

Required: No

Type: Boolean

Update requires: Some interruptions

StudioEnabled

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

Required: No

Type: Boolean

Update requires: Some interruptions