imagebuilder_list_image_recipes: Returns a list of image recipes

View source: R/imagebuilder_operations.R

imagebuilder_list_image_recipesR Documentation

Returns a list of image recipes

Description

Returns a list of image recipes.

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

Usage

imagebuilder_list_image_recipes(
  owner = NULL,
  filters = NULL,
  maxResults = NULL,
  nextToken = NULL
)

Arguments

owner

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

filters

Use the following filters to streamline results:

  • name

  • parentImage

  • platform

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.