paws.networking (version 0.1.6)

appmesh_update_mesh: Updates an existing service mesh

Description

Updates an existing service mesh.

Usage

appmesh_update_mesh(clientToken, meshName, spec)

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.

Request syntax

svc$update_mesh(
  clientToken = "string",
  meshName = "string",
  spec = list(
    egressFilter = list(
      type = "ALLOW_ALL"|"DROP_ALL"
    )
  )
)