module Stratosphere.StepFunctions.StateMachine.LogDestinationProperty where import qualified Data.Aeson as JSON import qualified Stratosphere.Prelude as Prelude import Stratosphere.ResourceProperties data LogDestinationProperty :: Prelude.Type instance ToResourceProperties LogDestinationProperty instance Prelude.Eq LogDestinationProperty instance Prelude.Show LogDestinationProperty instance JSON.ToJSON LogDestinationProperty