networkmanager_get_transit_gateway_registrations {paws.networking} | R Documentation |
Gets information about the transit gateway registrations in a specified global network
Description
Gets information about the transit gateway registrations in a specified global network.
See https://www.paws-r-sdk.com/docs/networkmanager_get_transit_gateway_registrations/ for full documentation.
Usage
networkmanager_get_transit_gateway_registrations(
GlobalNetworkId,
TransitGatewayArns = NULL,
MaxResults = NULL,
NextToken = NULL
)
Arguments
GlobalNetworkId |
[required] The ID of the global network. |
TransitGatewayArns |
The Amazon Resource Names (ARNs) of one or more transit gateways. The maximum is 10. |
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]