imagebuilder_list_image_build_versions: Returns a list of image build versions

View source: R/imagebuilder_operations.R

imagebuilder_list_image_build_versionsR Documentation

Returns a list of image build versions

Description

Returns a list of image build versions.

See https://www.paws-r-sdk.com/docs/imagebuilder_list_image_build_versions/ for full documentation.

Usage

imagebuilder_list_image_build_versions(
  imageVersionArn,
  filters = NULL,
  maxResults = NULL,
  nextToken = NULL
)

Arguments

imageVersionArn

[required] The Amazon Resource Name (ARN) of the image whose build versions you want to retrieve.

filters

Use the following filters to streamline results:

  • name

  • osVersion

  • platform

  • type

  • version

maxResults

The maximum items to return in a request.

nextToken

A token to specify where to start paginating. This is the NextToken from a previously truncated response.


paws.compute documentation built on Sept. 12, 2023, 1:28 a.m.