module Stratosphere.EMRServerless.Application.InteractiveConfigurationProperty where import qualified Data.Aeson as JSON import qualified Stratosphere.Prelude as Prelude import Stratosphere.ResourceProperties data InteractiveConfigurationProperty :: Prelude.Type instance ToResourceProperties InteractiveConfigurationProperty instance Prelude.Eq InteractiveConfigurationProperty instance Prelude.Show InteractiveConfigurationProperty instance JSON.ToJSON InteractiveConfigurationProperty