imagebuilder_list_components: Returns the list of components that can be filtered by name,...

View source: R/imagebuilder_operations.R

imagebuilder_list_componentsR Documentation

Returns the list of components that can be filtered by name, or by using the listed filters to streamline results

Description

Returns 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:

  • description

  • name

  • platform

  • supportedOsVersion

  • type

  • version

byName

Returns the list of components for the specified 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.


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