Skip to contents

Lists the associations between a service network and a service. You can filter the list either by service or service network. You must provide either the service network identifier or the service identifier.

See https://www.paws-r-sdk.com/docs/vpclattice_list_service_network_service_associations/ for full documentation.

Usage

vpclattice_list_service_network_service_associations(
  serviceNetworkIdentifier = NULL,
  serviceIdentifier = NULL,
  maxResults = NULL,
  nextToken = NULL
)

Arguments

serviceNetworkIdentifier

The ID or ARN of the service network.

serviceIdentifier

The ID or ARN of the service.

maxResults

The maximum number of results to return.

nextToken

A pagination token for the next page of results.