aws.imagebuilder.list_workflow_build_versions
Example SQL Queries
SELECT * FROMaws.imagebuilder.list_workflow_build_versionsWHERE"workflow_version_arn" = 'VALUE';Description
Returns a list of build versions for a specific workflow resource.
Table Definition
| Column Name | Column Data Type |
|---|---|
| workflow_version_arn Required Input Column The Amazon Resource Name (ARN) of the workflow resource for which to get a list of build versions. | VARCHAR |
| 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
| |
| workflow_summary_list A list that contains metadata for the workflow builds that have run for the workflow resource specified in the request. | STRUCT( |
Show child fields
| |