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 UpdateStateMachineAlias operation.
Updates the configuration of an existing state machine alias
by modifying its description
or routingConfiguration
.
You must specify at least one of the description
or routingConfiguration
parameters to update a state machine alias.
UpdateStateMachineAlias
is an idempotent API. Step Functions bases the idempotency
check on the stateMachineAliasArn
, description
, and routingConfiguration
parameters. Requests with the same parameters return an idempotent response.
This operation is eventually consistent. All StartExecution requests made within
a few seconds use the latest alias configuration. Executions started immediately after
calling UpdateStateMachineAlias
may use the previous routing configuration.
Related operations:
Namespace: Amazon.StepFunctions.Model
Assembly: AWSSDK.StepFunctions.dll
Version: 3.x.y.z
public class UpdateStateMachineAliasRequest : AmazonStepFunctionsRequest IAmazonWebServiceRequest
The UpdateStateMachineAliasRequest type exposes the following members
Name | Description | |
---|---|---|
![]() |
UpdateStateMachineAliasRequest() |
Name | Type | Description | |
---|---|---|---|
![]() |
Description | System.String |
Gets and sets the property Description. A description of the state machine alias. |
![]() |
RoutingConfiguration | System.Collections.Generic.List<Amazon.StepFunctions.Model.RoutingConfigurationListItem> |
Gets and sets the property RoutingConfiguration. The routing configuration of the state machine alias.
An array of |
![]() |
StateMachineAliasArn | System.String |
Gets and sets the property StateMachineAliasArn. The Amazon Resource Name (ARN) of the state machine alias. |
.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