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