networkmanager_get_connect_peer_associations {paws.networking} | R Documentation |
Returns information about a core network Connect peer associations
Description
Returns information about a core network Connect peer associations.
See https://www.paws-r-sdk.com/docs/networkmanager_get_connect_peer_associations/ for full documentation.
Usage
networkmanager_get_connect_peer_associations(
GlobalNetworkId,
ConnectPeerIds = NULL,
MaxResults = NULL,
NextToken = NULL
)
Arguments
GlobalNetworkId |
[required] The ID of the global network. |
ConnectPeerIds |
The IDs of the Connect peers. |
MaxResults |
The maximum number of results to return. |
NextToken |
The token for the next page of results. |
[Package paws.networking version 0.9.0 Index]