Update Direct Connect Gateway
directconnect_update_direct_connect_gateway | R Documentation |
Updates the name of a current Direct Connect gateway¶
Description¶
Updates the name of a current Direct Connect gateway.
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. |
Value¶
A list with the following syntax:
list(
directConnectGateway = list(
directConnectGatewayId = "string",
directConnectGatewayName = "string",
amazonSideAsn = 123,
ownerAccount = "string",
directConnectGatewayState = "pending"|"available"|"deleting"|"deleted",
stateChangeError = "string"
)
)
Request syntax¶
svc$update_direct_connect_gateway(
directConnectGatewayId = "string",
newDirectConnectGatewayName = "string"
)