module Stratosphere.AppRunner.Service.IngressConfigurationProperty where import qualified Data.Aeson as JSON import qualified Stratosphere.Prelude as Prelude import Stratosphere.ResourceProperties data IngressConfigurationProperty :: Prelude.Type instance ToResourceProperties IngressConfigurationProperty instance Prelude.Eq IngressConfigurationProperty instance Prelude.Show IngressConfigurationProperty instance JSON.ToJSON IngressConfigurationProperty