module Stratosphere.M2.Environment.EfsStorageConfigurationProperty where import qualified Data.Aeson as JSON import qualified Stratosphere.Prelude as Prelude import Stratosphere.ResourceProperties data EfsStorageConfigurationProperty :: Prelude.Type instance ToResourceProperties EfsStorageConfigurationProperty instance Prelude.Eq EfsStorageConfigurationProperty instance Prelude.Show EfsStorageConfigurationProperty instance JSON.ToJSON EfsStorageConfigurationProperty