Broker Listener Properties Args
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)