toggle menu
pulumi-azure-native-kotlin
2.90.0.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.iotoperations.kotlin.outputs
/
DataFlowEndpointMqttResponse
/
DataFlowEndpointMqttResponse
Data
Flow
Endpoint
Mqtt
Response
constructor
(
clientIdPrefix
:
String
?
=
null
,
host
:
String
?
=
null
,
keepAliveSeconds
:
Int
?
=
null
,
maxInflightMessages
:
Int
?
=
null
,
protocol
:
String
?
=
null
,
qos
:
Int
?
=
null
,
retain
:
String
?
=
null
,
sessionExpirySeconds
:
Int
?
=
null
,
tls
:
TlsPropertiesResponse
?
=
null
)