View source: R/vpclattice_operations.R
vpclattice_list_targets | R Documentation |
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.
vpclattice_list_targets(
maxResults = NULL,
nextToken = NULL,
targetGroupIdentifier,
targets = NULL
)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.