Interface CfnApplication.InteractiveConfigurationProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnApplication.InteractiveConfigurationProperty.Jsii$Proxy
Enclosing class:
CfnApplication

@Stability(Stable) public static interface CfnApplication.InteractiveConfigurationProperty extends software.amazon.jsii.JsiiSerializable
The configuration to use to enable the different types of interactive use cases in an application.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.emrserverless.*;
 InteractiveConfigurationProperty interactiveConfigurationProperty = InteractiveConfigurationProperty.builder()
         .livyEndpointEnabled(false)
         .studioEnabled(false)
         .build();
 

See Also: