directconnect_update_direct_connect_gateway {paws.networking}R Documentation

Updates the name of a current Direct Connect gateway

Description

Updates the name of a current Direct Connect gateway.

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

Usage

directconnect_update_direct_connect_gateway(
  directConnectGatewayId,
  newDirectConnectGatewayName
)

Arguments

directConnectGatewayId

[required] The ID of the Direct Connect gateway to update.

newDirectConnectGatewayName

[required] The new name for the Direct Connect gateway.


[Package paws.networking version 0.9.0 Index]