ServiceServiceConnectConfigurationServiceClientAlias

data class ServiceServiceConnectConfigurationServiceClientAlias(val dnsName: String? = null, val port: Int)

Constructors

constructor(dnsName: String? = null, port: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val dnsName: String? = null

The name that you use in the applications of client tasks to connect to this service.

Link copied to clipboard
val port: Int

The listening port number for the Service Connect proxy. This port is available inside of all of the tasks within the same namespace.