vpclattice_list_listeners {paws.networking}R Documentation

Lists the listeners for the specified service

Description

Lists the listeners for the specified service.

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

Usage

vpclattice_list_listeners(
  maxResults = NULL,
  nextToken = NULL,
  serviceIdentifier
)

Arguments

maxResults

The maximum number of results to return.

nextToken

A pagination token for the next page of results.

serviceIdentifier

[required] The ID or ARN of the service.


[Package paws.networking version 0.9.0 Index]