AppmeshFunctions

Functions

Link copied to clipboard
suspend fun getMesh(argument: GetMeshPlainArgs): GetMeshResult

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

suspend fun getMesh(argument: suspend GetMeshPlainArgsBuilder.() -> Unit): GetMeshResult
suspend fun getMesh(meshOwner: String? = null, name: String, tags: Map<String, String>? = null): GetMeshResult
Link copied to clipboard

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

suspend fun getVirtualService(meshName: String, meshOwner: String? = null, name: String, tags: Map<String, String>? = null): GetVirtualServiceResult