# updateScheduledStateMachineConfig

State Resource

This is a State Resource as provided by the tymly-schedule-plugin plugin.

# Purpose

Update state machine config

# Usage

# Example

{
  "UpdateScheduledStateMachineConfig": {
    "Type": "Task",
    "Parameters": {
      "key.$": "$.key",
      "stateMachineName.$": "$.stateMachineName",
      "input.$": "$.input"
    },
    "Resource": "module:updateScheduledStateMachineConfig",
    "End": true
  }
}
Last Updated: 9/8/2023, 1:26:23 PM