vpclattice_list_targets: Lists the targets for the target group

View source: R/vpclattice_operations.R

vpclattice_list_targetsR Documentation

Lists the targets for the target group

Description

Lists the targets for the target group. By default, all targets are included. You can use this API to check the health status of targets. You can also filter the results by target.

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

Usage

vpclattice_list_targets(
  maxResults = NULL,
  nextToken = NULL,
  targetGroupIdentifier,
  targets = NULL
)

Arguments

maxResults

The maximum number of results to return.

nextToken

A pagination token for the next page of results.

targetGroupIdentifier

[required] The ID or Amazon Resource Name (ARN) of the target group.

targets

The targets.


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