ServiceServiceConnectConfigurationServiceClientAliasArgs

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

Constructors

Functions

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

Properties

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

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

Link copied to clipboard
val port: Output<Int>

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