Skip to content

Disassociate Customer Gateway

networkmanager_disassociate_customer_gateway R Documentation

Description

Disassociates a customer gateway from a device and a link.

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.

Value

A list with the following syntax:

list(
  CustomerGatewayAssociation = list(
    CustomerGatewayArn = "string",
    GlobalNetworkId = "string",
    DeviceId = "string",
    LinkId = "string",
    State = "PENDING"|"AVAILABLE"|"DELETING"|"DELETED"
  )
)

Request syntax

svc$disassociate_customer_gateway(
  GlobalNetworkId = "string",
  CustomerGatewayArn = "string"
)