aws.appmesh.list_routes
Example SQL Queries
SELECT * FROMaws.appmesh.list_routesWHERE"mesh_name" = 'VALUE'AND "virtual_router_name" = 'VALUE';Description
Returns a list of existing routes in a service mesh.
Table Definition
| Column Name | Column Data Type |
|---|---|
| mesh_name Required Input Column The name of the service mesh that the route resides in. | VARCHAR |
| virtual_router_name Required Input Column The virtual router that the route is associated with. | VARCHAR |
| mesh_owner Input Column The Amazon Web Services 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. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| arn The full Amazon Resource Name (ARN) for the route. | VARCHAR |
| created_at The Unix epoch timestamp in seconds for when the resource was created. | TIMESTAMP_S |
| last_updated_at The Unix epoch timestamp in seconds for when the resource was last updated. | TIMESTAMP_S |
| resource_owner The Amazon Web Services IAM account ID of the resource owner. If the account ID is not your own, then it's the ID of the mesh owner or of another account that the mesh is shared with. For more information about mesh sharing, see Working with shared meshes. | VARCHAR |
| route_name The name of the route. | VARCHAR |
| version The version of the resource. Resources are created at version 1, and this version is incremented each time that they're updated. | BIGINT |