aws.stepfunctions.describe_state_machine_alias
Example SQL Queries
SELECT * FROMaws.stepfunctions.describe_state_machine_aliasWHERE"state_machine_alias_arn" = 'VALUE';Description
Returns details about a state machine alias.
Related operations:
Table Definition
| Column Name | Column Data Type |
|---|---|
| state_machine_alias_arn Required Input Column The Amazon Resource Name (ARN) of the state machine alias. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| creation_date The date the state machine alias was created. | TIMESTAMP_S |
| description A description of the alias. | VARCHAR |
| name The name of the state machine alias. | VARCHAR |
| routing_configuration The routing configuration of the alias. | STRUCT( |
Show child fields
| |
| update_date The date the state machine alias was last updated. For a newly created state machine, this is the same as the creation date. | TIMESTAMP_S |