imagebuilder_list_workflows: Lists workflow build versions based on filtering parameters

View source: R/imagebuilder_operations.R

imagebuilder_list_workflowsR Documentation

Lists workflow build versions based on filtering parameters

Description

Lists workflow build versions based on filtering parameters.

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

Usage

imagebuilder_list_workflows(
  owner = NULL,
  filters = NULL,
  byName = NULL,
  maxResults = NULL,
  nextToken = NULL
)

Arguments

owner

Used to get a list of workflow build version filtered by the identity of the creator.

filters

Used to streamline search results.

byName

Specify all or part of the workflow name to streamline results.

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 May 29, 2024, 9:16 a.m.