aws.imagebuilder.get_lifecycle_execution
Example SQL Queries
SELECT * FROMaws.imagebuilder.get_lifecycle_executionWHERE"lifecycle_execution_id" = 'VALUE';Description
Get the runtime information that was logged for a specific runtime instance of the lifecycle policy.
Table Definition
| Column Name | Column Data Type |
|---|---|
| lifecycle_execution_id Required Input Column Use the unique identifier for a runtime instance of the lifecycle policy to get runtime details. | 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_execution Runtime details for the specified runtime instance of the lifecycle policy. | STRUCT( |
Show child fields
| |