AWS::EMRServerless::Application InteractiveConfiguration - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS 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 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