View source: R/sfn_operations.R
sfn_delete_state_machine | R Documentation |
Deletes a state machine. This is an asynchronous operation. It sets the state machine's status to DELETING
and begins the deletion process. A state machine is deleted only when all its executions are completed. On the next state transition, the state machine's executions are terminated.
See https://www.paws-r-sdk.com/docs/sfn_delete_state_machine/ for full documentation.
sfn_delete_state_machine(stateMachineArn)
stateMachineArn |
[required] The Amazon Resource Name (ARN) of the state machine to delete. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.