Returns a list of image recipes
Source:R/imagebuilder_operations.R
imagebuilder_list_image_recipes.RdReturns 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
You can specify the recipe owner to filter results by that owner. By default, this request will only show image recipes owned by your account. To filter by a different owner, specify one of the
Valid Valuesthat are listed for this parameter.- filters
Use the following filters to streamline results:
nameparentImageplatform
- maxResults
Specify the maximum number of items to return in a request.
- nextToken
A token to specify where to start paginating. This is the nextToken from a previously truncated response.