imagebuilder_list_images: Returns the list of images that you have access to

View source: R/imagebuilder_operations.R

imagebuilder_list_imagesR Documentation

Returns the list of images that you have access to

Description

Returns the list of images that you have access to. Newly created images can take up to two minutes to appear in the ListImages API Results.

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

Usage

imagebuilder_list_images(
  owner = NULL,
  filters = NULL,
  byName = NULL,
  maxResults = NULL,
  nextToken = NULL,
  includeDeprecated = NULL
)

Arguments

owner

The owner defines which images you want to list. By default, this request will only show images owned by your account. You can use this field to specify if you want to view images owned by yourself, by Amazon, or those images that have been shared with you by other customers.

filters

Use the following filters to streamline results:

  • name

  • osVersion

  • platform

  • type

  • version

byName

Requests a list of images with a specific recipe name.

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.

includeDeprecated

Includes deprecated images in the response list.


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