appmesh_update_mesh {paws.networking} | R Documentation |
Updates an existing service mesh
Description
Updates an existing service mesh.
See https://www.paws-r-sdk.com/docs/appmesh_update_mesh/ for full documentation.
Usage
appmesh_update_mesh(clientToken = NULL, meshName, spec = NULL)
Arguments
clientToken |
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Up to 36 letters, numbers, hyphens, and underscores are allowed. |
meshName |
[required] The name of the service mesh to update. |
spec |
The service mesh specification to apply. |
[Package paws.networking version 0.9.0 Index]