Data Source: aws_appmesh_route

The App Mesh Route data source allows details of an App Mesh Route to be retrieved by its name, mesh_name, virtual_router_name, and optionally the mesh_owner.

Example Usage

data "aws_appmesh_virtual_service" "test" {
  name                = "test-route"
  mesh_name           = "test-mesh"
  virtual_router_name = "test-router"
}

Argument Reference

This data source supports the following arguments:

Attribute Reference

This data source exports the following attributes in addition to the arguments above: