Disassociate Customer Gateway
networkmanager_disassociate_customer_gateway | R Documentation |
Disassociates a customer gateway from a device and a link¶
Description¶
Disassociates a customer gateway from a device and a link.
Usage¶
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"
)
)