module Stratosphere.ManagedBlockchain.Member.NetworkFrameworkConfigurationProperty where import qualified Data.Aeson as JSON import qualified Stratosphere.Prelude as Prelude import Stratosphere.ResourceProperties data NetworkFrameworkConfigurationProperty :: Prelude.Type instance ToResourceProperties NetworkFrameworkConfigurationProperty instance Prelude.Eq NetworkFrameworkConfigurationProperty instance Prelude.Show NetworkFrameworkConfigurationProperty instance JSON.ToJSON NetworkFrameworkConfigurationProperty