View source: R/proton_operations.R
proton_list_deployments | R Documentation |
List deployments. You can filter the result list by environment, service, or a single service instance.
See https://www.paws-r-sdk.com/docs/proton_list_deployments/ for full documentation.
proton_list_deployments(
componentName = NULL,
environmentName = NULL,
maxResults = NULL,
nextToken = NULL,
serviceInstanceName = NULL,
serviceName = NULL
)
componentName |
The name of a component for result list filtering. Proton returns deployments associated with that component. |
environmentName |
The name of an environment for result list filtering. Proton returns deployments associated with the environment. |
maxResults |
The maximum number of deployments to list. |
nextToken |
A token that indicates the location of the next deployment in the array of deployment, after the list of deployment that was previously requested. |
serviceInstanceName |
The name of a service instance for result list filtering. Proton returns the deployments associated with the service instance. |
serviceName |
The name of a service for result list filtering. Proton returns deployments associated with service instances of the service. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.