ServiceServiceConnectConfigurationServiceClientAliasArgs

data class ServiceServiceConnectConfigurationServiceClientAliasArgs(val dnsName: Output<String>? = null, val port: Output<Int>) : ConvertibleToJava<ServiceServiceConnectConfigurationServiceClientAliasArgs>

Constructors

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

Properties

Link copied to clipboard
val dnsName: Output<String>? = null

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

Link copied to clipboard
val port: Output<Int>

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

Functions

Link copied to clipboard
open override fun toJava(): ServiceServiceConnectConfigurationServiceClientAliasArgs