module Stratosphere.CleanRooms.ConfiguredTable.AnalysisRuleCustomProperty where import qualified Data.Aeson as JSON import qualified Stratosphere.Prelude as Prelude import Stratosphere.ResourceProperties data AnalysisRuleCustomProperty :: Prelude.Type instance ToResourceProperties AnalysisRuleCustomProperty instance Prelude.Eq AnalysisRuleCustomProperty instance Prelude.Show AnalysisRuleCustomProperty instance JSON.ToJSON AnalysisRuleCustomProperty