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