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