module Stratosphere.ECS.TaskDefinition.ProxyConfigurationProperty where import qualified Data.Aeson as JSON import qualified Stratosphere.Prelude as Prelude import Stratosphere.ResourceProperties data ProxyConfigurationProperty :: Prelude.Type instance ToResourceProperties ProxyConfigurationProperty instance Prelude.Eq ProxyConfigurationProperty instance Prelude.Show ProxyConfigurationProperty instance JSON.ToJSON ProxyConfigurationProperty