module Stratosphere.Macie.AllowList.CriteriaProperty where import qualified Data.Aeson as JSON import qualified Stratosphere.Prelude as Prelude import Stratosphere.ResourceProperties data CriteriaProperty :: Prelude.Type instance ToResourceProperties CriteriaProperty instance Prelude.Eq CriteriaProperty instance Prelude.Show CriteriaProperty instance JSON.ToJSON CriteriaProperty