List Targets
vpclattice_list_targets | R 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.
Usage¶
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.
Value¶
A list with the following syntax:
list(
items = list(
list(
id = "string",
port = 123,
reasonCode = "string",
status = "DRAINING"|"UNAVAILABLE"|"HEALTHY"|"UNHEALTHY"|"INITIAL"|"UNUSED"
)
),
nextToken = "string"
)