Returns the list of components that can be filtered by name, or by using the listed filters to streamline results
Source:R/imagebuilder_operations.R
imagebuilder_list_components.RdReturns the list of components that can be filtered by name, or by using the listed filters to streamline results. Newly created components can take up to two minutes to appear in the ListComponents API Results.
See https://www.paws-r-sdk.com/docs/imagebuilder_list_components/ for full documentation.
Usage
imagebuilder_list_components(
owner = NULL,
filters = NULL,
byName = NULL,
maxResults = NULL,
nextToken = NULL
)Arguments
- owner
Filters results based on the type of owner for the component. By default, this request returns a list of components that your account owns. To see results for other types of owners, you can specify components that Amazon manages, third party components, or components that other accounts have shared with you.
- filters
Use the following filters to streamline results:
descriptionnameplatformsupportedOsVersiontypeversion
- byName
Returns the list of components for the specified name.
- 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.