aws.appmesh.list_meshes
Example SQL Queries
SELECT * FROMaws.appmesh.list_meshes;Description
Returns a list of existing service meshes.
Table Definition
| Column Name | Column Data Type |
|---|---|
| _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) of the service mesh. | 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 |
| mesh_name The name of the service mesh. | VARCHAR |
| mesh_owner 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 |
| 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 |
| version The version of the resource. Resources are created at version 1, and this version is incremented each time that they're updated. | BIGINT |