module Stratosphere.Lambda.Function.RuntimeManagementConfigProperty where import qualified Data.Aeson as JSON import qualified Stratosphere.Prelude as Prelude import Stratosphere.ResourceProperties data RuntimeManagementConfigProperty :: Prelude.Type instance ToResourceProperties RuntimeManagementConfigProperty instance Prelude.Eq RuntimeManagementConfigProperty instance Prelude.Show RuntimeManagementConfigProperty instance JSON.ToJSON RuntimeManagementConfigProperty