listWorkflowExecutions
inline suspend fun ImagebuilderClient.listWorkflowExecutions(crossinline block: ListWorkflowExecutionsRequest.Builder.() -> Unit): ListWorkflowExecutionsResponse
Returns a list of workflow runtime instance metadata objects for a specific image build version.
Samples
// The following example lists the workflow runtime instances that ran for the specified image build
// version, which was built with the Image Builder default build and test workflows.
val resp = imagebuilderClient.listWorkflowExecutions {
imageBuildVersionArn = "arn:aws:imagebuilder:us-west-2:111122223333:image/my-example-recipe/1.0.0/1"
}Content copied to clipboard