Learn R Programming

paws.networking (version 0.1.10)

appmesh_delete_mesh: Deletes an existing service mesh

Description

Deletes an existing service mesh.

You must delete all resources (virtual services, routes, virtual routers, and virtual nodes) in the service mesh before you can delete the mesh itself.

Usage

appmesh_delete_mesh(meshName)

Arguments

meshName

[required] The name of the service mesh to delete.

Request syntax

svc$delete_mesh(
  meshName = "string"
)