vpclattice_list_service_network_service_associations: Lists the associations between the service network and the...

View source: R/vpclattice_operations.R

vpclattice_list_service_network_service_associationsR Documentation

Lists the associations between the service network and the service

Description

Lists the associations between the service network and the 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(
  maxResults = NULL,
  nextToken = NULL,
  serviceIdentifier = NULL,
  serviceNetworkIdentifier = NULL
)

Arguments

maxResults

The maximum number of results to return.

nextToken

A pagination token for the next page of results.

serviceIdentifier

The ID or Amazon Resource Name (ARN) of the service.

serviceNetworkIdentifier

The ID or Amazon Resource Name (ARN) of the service network.


paws.networking documentation built on Sept. 12, 2024, 7:32 a.m.