networkmanager_describe_global_networks: Describes one or more global networks

View source: R/networkmanager_operations.R

networkmanager_describe_global_networksR Documentation

Describes one or more global networks

Description

Describes one or more global networks. By default, all global networks are described. To describe the objects in your global network, you must use the appropriate ⁠Get*⁠ action. For example, to list the transit gateways in your global network, use get_transit_gateway_registrations.

See https://www.paws-r-sdk.com/docs/networkmanager_describe_global_networks/ for full documentation.

Usage

networkmanager_describe_global_networks(
  GlobalNetworkIds = NULL,
  MaxResults = NULL,
  NextToken = NULL
)

Arguments

GlobalNetworkIds

The IDs of one or more global networks. The maximum is 10.

MaxResults

The maximum number of results to return.

NextToken

The token for the next page of results.


paws.networking documentation built on Sept. 12, 2023, 1:24 a.m.