aws.stepfunctions.list_state_machines
Example SQL Queries
SELECT * FROMaws.stepfunctions.list_state_machines;Description
Lists the existing state machines.
If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.
This operation is eventually consistent. The results are best effort and may not reflect very recent updates and changes.
Table Definition
| Column Name | Column Data Type |
|---|---|
| _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 is created. | TIMESTAMP_S |
| name The name of the state machine. A name must not contain:
To enable logging with CloudWatch Logs, the name should only contain 0-9, A-Z, a-z, - and _. | VARCHAR |
| state_machine_arn The Amazon Resource Name (ARN) that identifies the state machine. | VARCHAR |
| type | VARCHAR |