Updates an existing service mesh.
appmesh_update_mesh(clientToken, meshName, spec)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Up to 36 letters, numbers, hyphens, and underscores are allowed.
[required] The name of the service mesh to update.
The service mesh specification to apply.
A list with the following syntax:
list( mesh = list( meshName = "string", metadata = list( arn = "string", createdAt = as.POSIXct( "2015-01-01" ), lastUpdatedAt = as.POSIXct( "2015-01-01" ), meshOwner = "string", resourceOwner = "string", uid = "string", version = 123 ), spec = list( egressFilter = list( type = "ALLOW_ALL"|"DROP_ALL" ) ), status = list( status = "ACTIVE"|"INACTIVE"|"DELETED" ) ) )
svc$update_mesh( clientToken = "string", meshName = "string", spec = list( egressFilter = list( type = "ALLOW_ALL"|"DROP_ALL" ) ) )