View source: R/proton_operations.R
proton_list_components | R Documentation |
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
)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.