module Stratosphere.QuickSight.Template.CustomColorProperty where import qualified Data.Aeson as JSON import qualified Stratosphere.Prelude as Prelude import Stratosphere.ResourceProperties data CustomColorProperty :: Prelude.Type instance ToResourceProperties CustomColorProperty instance Prelude.Eq CustomColorProperty instance Prelude.Show CustomColorProperty instance JSON.ToJSON CustomColorProperty