appmesh_describe_route: Describes an existing route
Description
Describes an existing route.
Usage
appmesh_describe_route(meshName, routeName, virtualRouterName)
Arguments
meshName
[required] The name of the service mesh that the route resides in.
routeName
[required] The name of the route to describe.
virtualRouterName
[required] The name of the virtual router that the route is associated with.
Request syntax
svc$describe_route(
meshName = "string",
routeName = "string",
virtualRouterName = "string"
)