View source: R/sfn_operations.R
sfn_create_state_machine_alias | R Documentation |
Creates an alias for a state machine that points to one or two versions of the same state machine. You can set your application to call start_execution
with an alias and update the version the alias uses without changing the client's code.
See https://www.paws-r-sdk.com/docs/sfn_create_state_machine_alias/ for full documentation.
sfn_create_state_machine_alias(description = NULL, name, routingConfiguration)
description |
A description for the state machine alias. |
name |
[required] The name of the state machine alias. To avoid conflict with version ARNs, don't use an integer in the name of the alias. |
routingConfiguration |
[required] The routing configuration of a state machine alias. The routing
configuration shifts execution traffic between two state machine
versions. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.