aws.imagebuilder.list_waiting_workflow_steps
Example SQL Queries
SELECT * FROMaws.imagebuilder.list_waiting_workflow_steps;Description
Get a list of workflow steps that are waiting for action for workflows in your Amazon Web Services account.
Table Definition
| Column Name | Column Data Type |
|---|---|
| max_results Input Column The maximum items to return in a request. | BIGINT |
| next_token Input Column The next token used for paginated responses. When this field isn't empty, there are additional elements that the service hasn't included in this request. Use this token with the next request to retrieve additional objects. | 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
| |
| steps An array of the workflow steps that are waiting for action in your Amazon Web Services account. | STRUCT( |
Show child fields
| |