Returns a list of image build versions.
See https://www.paws-r-sdk.com/docs/imagebuilder_list_image_build_versions/ for full documentation.
imagebuilder_list_image_build_versions(
imageVersionArn,
filters = NULL,
maxResults = NULL,
nextToken = NULL
)
[required] The Amazon Resource Name (ARN) of the image whose build versions you want to retrieve.
Use the following filters to streamline results:
name
osVersion
platform
type
version
The maximum items to return in a request.
A token to specify where to start paginating. This is the nextToken from a previously truncated response.