AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Container for the parameters to the CreateStateMachineAlias operation. 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 StartExecution with an alias and update the version the alias uses without changing the client's code.
You can also map an alias to split StartExecution requests between two versions
of a state machine. To do this, add a second RoutingConfig
object in the routingConfiguration
parameter. You must also specify the percentage of execution run requests each version
should receive in both RoutingConfig
objects. Step Functions randomly chooses
which version runs a given execution based on the percentage you specify.
To create an alias that points to a single version, specify a single RoutingConfig
object with a weight
set to 100.
You can create up to 100 aliases for each state machine. You must delete unused aliases using the DeleteStateMachineAlias API action.
CreateStateMachineAlias
is an idempotent API. Step Functions bases the idempotency
check on the stateMachineArn
, description
, name
, and routingConfiguration
parameters. Requests that contain the same values for these parameters return a successful
idempotent response without creating a duplicate resource.
Related operations:
Namespace: Amazon.StepFunctions.Model
Assembly: AWSSDK.StepFunctions.dll
Version: 3.x.y.z
public class CreateStateMachineAliasRequest : AmazonStepFunctionsRequest IAmazonWebServiceRequest
The CreateStateMachineAliasRequest type exposes the following members
Name | Description | |
---|---|---|
![]() |
CreateStateMachineAliasRequest() |
Name | Type | Description | |
---|---|---|---|
![]() |
Description | System.String |
Gets and sets the property Description. A description for the state machine alias. |
![]() |
Name | System.String |
Gets and sets the property Name. 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 | System.Collections.Generic.List<Amazon.StepFunctions.Model.RoutingConfigurationListItem> |
Gets and sets the property RoutingConfiguration.
The routing configuration of a state machine alias. The routing configuration shifts
execution traffic between two state machine versions. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5