module Stratosphere.LookoutMetrics.AnomalyDetector.CloudwatchConfigProperty where import qualified Data.Aeson as JSON import qualified Stratosphere.Prelude as Prelude import Stratosphere.ResourceProperties data CloudwatchConfigProperty :: Prelude.Type instance ToResourceProperties CloudwatchConfigProperty instance Prelude.Eq CloudwatchConfigProperty instance Prelude.Show CloudwatchConfigProperty instance JSON.ToJSON CloudwatchConfigProperty