proton_list_service_instances: List service instances with summary data

View source: R/proton_operations.R

proton_list_service_instancesR Documentation

List service instances with summary data

Description

List 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


paws.compute documentation built on Sept. 12, 2023, 1:28 a.m.