proton_list_components: List components with summary data

View source: R/proton_operations.R

proton_list_componentsR Documentation

List components with summary data

Description

List components with summary data. You can filter the result list by environment, service, or a single service instance.

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

Usage

proton_list_components(
  environmentName = NULL,
  maxResults = NULL,
  nextToken = NULL,
  serviceInstanceName = NULL,
  serviceName = NULL
)

Arguments

environmentName

The name of an environment for result list filtering. Proton returns components associated with the environment or attached to service instances running in it.

maxResults

The maximum number of components to list.

nextToken

A token that indicates the location of the next component in the array of components, after the list of components that was previously requested.

serviceInstanceName

The name of a service instance for result list filtering. Proton returns the component attached to the service instance, if any.

serviceName

The name of a service for result list filtering. Proton returns components attached to service instances of the service.


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