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.
Usage
proton_list_deployments(
componentName = NULL,
environmentName = NULL,
maxResults = NULL,
nextToken = NULL,
serviceInstanceName = NULL,
serviceName = NULL
)Arguments
- 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.