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
)
The name of a component for result list filtering. Proton returns deployments associated with that component.
The name of an environment for result list filtering. Proton returns deployments associated with the environment.
The maximum number of deployments to list.
A token that indicates the location of the next deployment in the array of deployment, after the list of deployment that was previously requested.
The name of a service instance for result list filtering. Proton returns the deployments associated with the service instance.
The name of a service for result list filtering. Proton returns deployments associated with service instances of the service.