networkmanager_get_customer_gateway_associations: Gets the association information for customer gateways that...

View source: R/networkmanager_operations.R

networkmanager_get_customer_gateway_associationsR Documentation

Gets the association information for customer gateways that are associated with devices and links in your global network

Description

Gets the association information for customer gateways that are associated with devices and links in your global network.

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

Usage

networkmanager_get_customer_gateway_associations(
  GlobalNetworkId,
  CustomerGatewayArns = NULL,
  MaxResults = NULL,
  NextToken = NULL
)

Arguments

GlobalNetworkId

[required] The ID of the global network.

CustomerGatewayArns

One or more customer gateway Amazon Resource Names (ARNs). 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.