Returns a list of container recipes
Source:R/imagebuilder_operations.R
imagebuilder_list_container_recipes.RdReturns a list of container recipes.
See https://www.paws-r-sdk.com/docs/imagebuilder_list_container_recipes/ for full documentation.
Usage
imagebuilder_list_container_recipes(
owner = NULL,
filters = NULL,
maxResults = NULL,
nextToken = NULL
)Arguments
- owner
Returns container recipes belonging to the specified owner, that have been shared with you. You can omit this field to return container recipes belonging to your account.
- filters
Use the following filters to streamline results:
containerTypenameparentImageplatform
- 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.