listLifecycleExecutions
inline suspend fun ImagebuilderClient.listLifecycleExecutions(crossinline block: ListLifecycleExecutionsRequest.Builder.() -> Unit): ListLifecycleExecutionsResponse
Retrieves the lifecycle runtime history for the specified resource.
Samples
// The following example lists the lifecycle executions that have run against the specified image build
// version. The execution shown was started with StartResourceStateUpdate rather than a lifecycle policy, so it
// has no lifecyclePolicyArn.
val resp = imagebuilderClient.listLifecycleExecutions {
resourceArn = "arn:aws:imagebuilder:us-west-2:111122223333:image/my-example-recipe/1.0.0/1"
}Content copied to clipboard