module Stratosphere.AppFlow.ConnectorProfile.ConnectorProfileConfigProperty where import qualified Data.Aeson as JSON import qualified Stratosphere.Prelude as Prelude import Stratosphere.ResourceProperties data ConnectorProfileConfigProperty :: Prelude.Type instance ToResourceProperties ConnectorProfileConfigProperty instance Prelude.Eq ConnectorProfileConfigProperty instance Prelude.Show ConnectorProfileConfigProperty instance JSON.ToJSON ConnectorProfileConfigProperty