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