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