BrokerListenerPropertiesArgs

data class BrokerListenerPropertiesArgs(val ports: Output<List<ListenerPortArgs>>, val serviceName: Output<String>? = null, val serviceType: Output<Either<String, ServiceType>>? = null) : ConvertibleToJava<BrokerListenerPropertiesArgs>

Defines a Broker listener. A listener is a collection of ports on which the broker accepts connections from clients.

Constructors

Link copied to clipboard
constructor(ports: Output<List<ListenerPortArgs>>, serviceName: Output<String>? = null, serviceType: Output<Either<String, ServiceType>>? = null)

Properties

Link copied to clipboard

Ports on which this listener accepts client connections.

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

Kubernetes Service name of this listener.

Link copied to clipboard
val serviceType: Output<Either<String, ServiceType>>? = null

Kubernetes Service type of this listener.

Functions

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