aws.imagebuilder.list_lifecycle_executions
Example SQL Queries
SELECT * FROMaws.imagebuilder.list_lifecycle_executionsWHERE"resource_arn" = 'VALUE';Description
Get the lifecycle runtime history for the specified resource.
Table Definition
| Column Name | Column Data Type |
|---|---|
| resource_arn Required Input Column The Amazon Resource Name (ARN) of the resource for which to get a list of lifecycle runtime instances. | 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
| |
| lifecycle_executions A list of lifecycle runtime instances for the specified resource. | STRUCT( |
Show child fields
| |