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