appmesh_update_mesh: Updates an existing service mesh

View source: R/appmesh_operations.R

appmesh_update_meshR 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.


paws.networking documentation built on Sept. 12, 2023, 1:24 a.m.