module Stratosphere.AccessAnalyzer.Analyzer.AnalyzerConfigurationProperty where import qualified Data.Aeson as JSON import qualified Stratosphere.Prelude as Prelude import Stratosphere.ResourceProperties data AnalyzerConfigurationProperty :: Prelude.Type instance ToResourceProperties AnalyzerConfigurationProperty instance Prelude.Eq AnalyzerConfigurationProperty instance Prelude.Show AnalyzerConfigurationProperty instance JSON.ToJSON AnalyzerConfigurationProperty