ServiceConnectServiceArgs

data class ServiceConnectServiceArgs(val clientAliases: Output<List<ServiceConnectClientAliasArgs>>? = null, val discoveryName: Output<String>? = null, val ingressPortOverride: Output<Int>? = null, val portName: Output<String>) : ConvertibleToJava<ServiceConnectServiceArgs>

Constructors

Link copied to clipboard
fun ServiceConnectServiceArgs(clientAliases: Output<List<ServiceConnectClientAliasArgs>>? = null, discoveryName: Output<String>? = null, ingressPortOverride: Output<Int>? = null, portName: Output<String>)

Functions

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

Properties

Link copied to clipboard
Link copied to clipboard
val discoveryName: Output<String>? = null
Link copied to clipboard
val ingressPortOverride: Output<Int>? = null
Link copied to clipboard
val portName: Output<String>