listLifecycleExecutionResources
inline suspend fun ImagebuilderClient.listLifecycleExecutionResources(crossinline block: ListLifecycleExecutionResourcesRequest.Builder.() -> Unit): ListLifecycleExecutionResourcesResponse
Lists resources that the runtime instance of the image lifecycle identified for lifecycle actions.
Samples
// The following example lists the resources that the specified lifecycle execution acted on. For a
// scheduled resource state update that hasn t started to apply changes yet, the resources list is empty.
val resp = imagebuilderClient.listLifecycleExecutionResources {
lifecycleExecutionId = "lce-401aefc3-a829-46f6-8fc2-91497988a503"
}Content copied to clipboard