Broker Listener Args
constructor(authenticationEnabled: Output<Boolean>? = null, authorizationEnabled: Output<Boolean>? = null, brokerName: Output<String>? = null, brokerRef: Output<String>? = null, extendedLocation: Output<ExtendedLocationPropertyArgs>? = null, listenerName: Output<String>? = null, location: Output<String>? = null, mqName: Output<String>? = null, nodePort: Output<Int>? = null, port: Output<Int>? = null, resourceGroupName: Output<String>? = null, serviceName: Output<String>? = null, serviceType: Output<Either<String, ServiceType>>? = null, tags: Output<Map<String, String>>? = null, tls: Output<TlsCertMethodArgs>? = null)