vpclattice_list_target_groups {paws.networking} | R Documentation |
Lists your target groups
Description
Lists your target groups. You can narrow your search by using the filters below in your request.
See https://www.paws-r-sdk.com/docs/vpclattice_list_target_groups/ for full documentation.
Usage
vpclattice_list_target_groups(
maxResults = NULL,
nextToken = NULL,
targetGroupType = NULL,
vpcIdentifier = NULL
)
Arguments
maxResults |
The maximum number of results to return. |
nextToken |
A pagination token for the next page of results. |
targetGroupType |
The target group type. |
vpcIdentifier |
The ID or Amazon Resource Name (ARN) of the VPC. |
[Package paws.networking version 0.7.0 Index]