Deletes an existing virtual gateway. You cannot delete a virtual gateway if any gateway routes are associated to it.
appmesh_delete_virtual_gateway(meshName, meshOwner, virtualGatewayName)
[required] The name of the service mesh to delete the virtual gateway from.
The AWS IAM account ID of the service mesh owner. If the account ID is not your own, then it\'s the ID of the account that shared the mesh with your account. For more information about mesh sharing, see Working with shared meshes.
[required] The name of the virtual gateway to delete.
svc$delete_virtual_gateway( meshName = "string", meshOwner = "string", virtualGatewayName = "string" )