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.
proton_list_components(
environmentName = NULL,
maxResults = NULL,
nextToken = NULL,
serviceInstanceName = NULL,
serviceName = NULL
)
The name of an environment for result list filtering. Proton returns components associated with the environment or attached to service instances running in it.
The maximum number of components to list.
A token that indicates the location of the next component in the array of components, after the list of components that was previously requested.
The name of a service instance for result list filtering. Proton returns the component attached to the service instance, if any.
The name of a service for result list filtering. Proton returns components attached to service instances of the service.