Amazon Step Functions Create State Machine Alias Input Structure
CreateStateMachineAliasInput schema from Amazon Step Functions API
Type: objectProperties: 3Required: 2
OrchestrationServerlessState MachineWorkflows
CreateStateMachineAliasInput is a JSON Structure definition published by Amazon Step Functions, describing 3 properties, of which 2 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"type": "object",
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-step-functions/refs/heads/main/json-structure/amazon-step-functions-create-state-machine-alias-input-structure.json",
"name": "CreateStateMachineAliasInput",
"description": "CreateStateMachineAliasInput schema from Amazon Step Functions API",
"properties": {
"description": {
"allOf": [
{
"$ref": "#/components/schemas/AliasDescription"
},
{
"description": "A description for the state machine alias."
}
]
},
"name": {
"allOf": [
{
"$ref": "#/components/schemas/CharacterRestrictedName"
},
{
"description": "<p>The name of the state machine alias.</p> <p>To avoid conflict with version ARNs, don't use an integer in the name of the alias.</p>"
}
]
},
"routingConfiguration": {
"allOf": [
{
"$ref": "#/components/schemas/RoutingConfigurationList"
},
{
"description": "The routing configuration of a state machine alias. The routing configuration shifts execution traffic between two state machine versions. <code>routingConfiguration</code> contains an array of <code>RoutingConfig</code> objects that specify up to two state machine versions. Step Functions then randomly choses which version to run an execution with based on the weight assigned to each <code>RoutingConfig</code>."
}
]
}
},
"required": [
"name",
"routingConfiguration"
]
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.