imagebuilder_list_image_packages: List the Packages that are associated with an Image Build...

View source: R/imagebuilder_operations.R

imagebuilder_list_image_packagesR Documentation

List the Packages that are associated with an Image Build Version, as determined by Amazon Web Services Systems Manager Inventory at build time

Description

List the Packages that are associated with an Image Build Version, as determined by Amazon Web Services Systems Manager Inventory at build time.

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

Usage

imagebuilder_list_image_packages(
  imageBuildVersionArn,
  maxResults = NULL,
  nextToken = NULL
)

Arguments

imageBuildVersionArn

[required] Filter results for the ListImagePackages request by the Image Build Version ARN

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.