module Stratosphere.Bedrock.DataSource.EnrichmentStrategyConfigurationProperty where import qualified Data.Aeson as JSON import qualified Stratosphere.Prelude as Prelude import Stratosphere.ResourceProperties data EnrichmentStrategyConfigurationProperty :: Prelude.Type instance ToResourceProperties EnrichmentStrategyConfigurationProperty instance Prelude.Eq EnrichmentStrategyConfigurationProperty instance Prelude.Show EnrichmentStrategyConfigurationProperty instance JSON.ToJSON EnrichmentStrategyConfigurationProperty