Appmesh Functions
object AppmeshFunctions
Functions
Link copied to clipboard
The App Mesh Mesh data source allows details of an App Mesh Mesh to be retrieved by its name and optionally the mesh_owner.
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(argument: suspend GetVirtualServicePlainArgsBuilder.() -> Unit): GetVirtualServiceResult
suspend fun getVirtualService(meshName: String, meshOwner: String? = null, name: String, tags: Map<String, String>? = null): GetVirtualServiceResult