module Stratosphere.DataBrew.Job.ProfileConfigurationProperty where import qualified Data.Aeson as JSON import qualified Stratosphere.Prelude as Prelude import Stratosphere.ResourceProperties data ProfileConfigurationProperty :: Prelude.Type instance ToResourceProperties ProfileConfigurationProperty instance Prelude.Eq ProfileConfigurationProperty instance Prelude.Show ProfileConfigurationProperty instance JSON.ToJSON ProfileConfigurationProperty