# 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
}
}