View source: R/appmesh_operations.R
appmesh_update_mesh | R Documentation |
Updates an existing service mesh.
See https://www.paws-r-sdk.com/docs/appmesh_update_mesh/ for full documentation.
appmesh_update_mesh(clientToken = NULL, meshName, spec = NULL)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.