imagebuilder_list_lifecycle_execution_resources: List resources that the runtime instance of the image...

View source: R/imagebuilder_operations.R

imagebuilder_list_lifecycle_execution_resourcesR Documentation

List resources that the runtime instance of the image lifecycle identified for lifecycle actions

Description

List resources that the runtime instance of the image lifecycle identified for lifecycle actions.

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

Usage

imagebuilder_list_lifecycle_execution_resources(
  lifecycleExecutionId,
  parentResourceId = NULL,
  maxResults = NULL,
  nextToken = NULL
)

Arguments

lifecycleExecutionId

[required] Use the unique identifier for a runtime instance of the lifecycle policy to get runtime details.

parentResourceId

You can leave this empty to get a list of Image Builder resources that were identified for lifecycle actions.

To get a list of associated resources that are impacted for an individual resource (the parent), specify its Amazon Resource Name (ARN). Associated resources are produced from your image and distributed when you run a build, such as AMIs or container images stored in ECR repositories.

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.