Data Source: aws_appmesh_virtual_router

The App Mesh Virtual Router data source allows details of an App Mesh Virtual Service to be retrieved by its name and mesh_name.

Example Usage

data "aws_appmesh_virtual_router" "test" {
  name      = "example-router-name"
  mesh_name = "example-mesh-name"
}

Argument Reference

This data source supports the following arguments:

Attribute Reference

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