List service instances with summary data
Source:R/proton_operations.R
proton_list_service_instances.RdList service instances with summary data. This action lists service instances of all services in the Amazon Web Services account.
See https://www.paws-r-sdk.com/docs/proton_list_service_instances/ for full documentation.
Usage
proton_list_service_instances(
filters = NULL,
maxResults = NULL,
nextToken = NULL,
serviceName = NULL,
sortBy = NULL,
sortOrder = NULL
)Arguments
- filters
An array of filtering criteria that scope down the result list. By default, all service instances in the Amazon Web Services account are returned.
- maxResults
The maximum number of service instances to list.
- nextToken
A token that indicates the location of the next service in the array of service instances, after the list of service instances that was previously requested.
- serviceName
The name of the service that the service instance belongs to.
- sortBy
The field that the result list is sorted by.
When you choose to sort by
serviceName, service instances within each service are sorted by service instance name.Default:
serviceName- sortOrder
Result list sort order.
Default:
ASCENDING