Amazon Step Functions State Machine Alias List Item Structure
Contains details about a specific state machine alias.
Type: objectProperties: 2Required: 2
OrchestrationServerlessState MachineWorkflows
StateMachineAliasListItem is a JSON Structure definition published by Amazon Step Functions, describing 2 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-state-machine-alias-list-item-structure.json",
"name": "StateMachineAliasListItem",
"description": "Contains details about a specific state machine alias.",
"properties": {
"stateMachineAliasArn": {
"allOf": [
{
"$ref": "#/components/schemas/LongArn"
},
{
"description": "The Amazon Resource Name (ARN) that identifies a state machine alias. The alias ARN is a combination of state machine ARN and the alias name separated by a colon (:). For example, <code>stateMachineARN:PROD</code>."
}
]
},
"creationDate": {
"allOf": [
{
"$ref": "#/components/schemas/Timestamp"
},
{
"description": "The creation date of a state machine alias."
}
]
}
},
"required": [
"stateMachineAliasArn",
"creationDate"
]
}
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.