imagebuilder_list_image_pipelines: Returns a list of image pipelines

View source: R/imagebuilder_operations.R

imagebuilder_list_image_pipelinesR Documentation

Returns a list of image pipelines

Description

Returns a list of image pipelines.

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

Usage

imagebuilder_list_image_pipelines(
  filters = NULL,
  maxResults = NULL,
  nextToken = NULL
)

Arguments

filters

Use the following filters to streamline results:

  • description

  • distributionConfigurationArn

  • imageRecipeArn

  • infrastructureConfigurationArn

  • name

  • status

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.