networkmanager_associate_customer_gateway: Associates a customer gateway with a device and optionally,...

View source: R/networkmanager_operations.R

networkmanager_associate_customer_gatewayR Documentation

Associates a customer gateway with a device and optionally, with a link

Description

Associates a customer gateway with a device and optionally, with a link. If you specify a link, it must be associated with the specified device.

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

Usage

networkmanager_associate_customer_gateway(
  CustomerGatewayArn,
  GlobalNetworkId,
  DeviceId,
  LinkId = NULL
)

Arguments

CustomerGatewayArn

[required] The Amazon Resource Name (ARN) of the customer gateway.

GlobalNetworkId

[required] The ID of the global network.

DeviceId

[required] The ID of the device.

LinkId

The ID of the link.


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