networkmanager_disassociate_customer_gateway {paws.networking} | R Documentation |
Disassociates a customer gateway from a device and a link
Description
Disassociates a customer gateway from a device and a link.
See https://www.paws-r-sdk.com/docs/networkmanager_disassociate_customer_gateway/ for full documentation.
Usage
networkmanager_disassociate_customer_gateway(
GlobalNetworkId,
CustomerGatewayArn
)
Arguments
GlobalNetworkId |
[required] The ID of the global network. |
CustomerGatewayArn |
[required] The Amazon Resource Name (ARN) of the customer gateway. |
[Package paws.networking version 0.7.0 Index]