

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](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/Welcome.html).

# AWS::EMRServerless::Application InteractiveConfiguration
<a name="aws-properties-emrserverless-application-interactiveconfiguration"></a>

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

## Syntax
<a name="aws-properties-emrserverless-application-interactiveconfiguration-syntax"></a>

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

### JSON
<a name="aws-properties-emrserverless-application-interactiveconfiguration-syntax.json"></a>

```
{
  "[LivyEndpointEnabled](#cfn-emrserverless-application-interactiveconfiguration-livyendpointenabled)" : Boolean,
  "[StudioEnabled](#cfn-emrserverless-application-interactiveconfiguration-studioenabled)" : Boolean
}
```

### YAML
<a name="aws-properties-emrserverless-application-interactiveconfiguration-syntax.yaml"></a>

```
  [LivyEndpointEnabled](#cfn-emrserverless-application-interactiveconfiguration-livyendpointenabled): Boolean
  [StudioEnabled](#cfn-emrserverless-application-interactiveconfiguration-studioenabled): Boolean
```

## Properties
<a name="aws-properties-emrserverless-application-interactiveconfiguration-properties"></a>

`LivyEndpointEnabled`  <a name="cfn-emrserverless-application-interactiveconfiguration-livyendpointenabled"></a>
Enables an Apache Livy endpoint that you can connect to and run interactive jobs.  
*Required*: No  
*Type*: Boolean  
*Update requires*: [Some interruptions](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-some-interrupt)

`StudioEnabled`  <a name="cfn-emrserverless-application-interactiveconfiguration-studioenabled"></a>
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](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-some-interrupt)