Data Source: aws_appmesh_gateway_route

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

Example Usage

data "aws_appmesh_gateway_route" "test" {
  name                 = "test-route"
  mesh_name            = "test-mesh"
  virtual_gateway_name = "test-gateway"
}

Argument Reference

This data source supports the following arguments:

Attribute Reference

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