module Stratosphere.CloudFormation.StackSet.ManagedExecutionProperty where import qualified Data.Aeson as JSON import qualified Stratosphere.Prelude as Prelude import Stratosphere.ResourceProperties data ManagedExecutionProperty :: Prelude.Type instance ToResourceProperties ManagedExecutionProperty instance Prelude.Eq ManagedExecutionProperty instance Prelude.Show ManagedExecutionProperty instance JSON.ToJSON ManagedExecutionProperty