apigateway_update_vpc_link {paws.networking} | R Documentation |
Updates an existing VpcLink of a specified identifier
Description
Updates an existing VpcLink of a specified identifier.
See https://www.paws-r-sdk.com/docs/apigateway_update_vpc_link/ for full documentation.
Usage
apigateway_update_vpc_link(vpcLinkId, patchOperations = NULL)
Arguments
vpcLinkId |
[required] The identifier of the VpcLink. It is used in an Integration to reference this VpcLink. |
patchOperations |
For more information about supported patch operations, see Patch Operations. |
[Package paws.networking version 0.9.0 Index]