ServicediscoveryFunctions

Functions

Link copied to clipboard

Retrieves information about a Service Discovery private or public DNS namespace.

suspend fun getDnsNamespace(name: String, tags: Map<String, String>? = null, type: String): GetDnsNamespaceResult
Link copied to clipboard

Retrieves information about a Service Discovery Service.

suspend fun getService(argument: suspend GetServicePlainArgsBuilder.() -> Unit): GetServiceResult
suspend fun getService(name: String, namespaceId: String, tags: Map<String, String>? = null): GetServiceResult