toggle menu
pulumi-azure-native-kotlin
3.0.1.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.eventhub.kotlin.outputs
/
ConnectionStateResponse
Connection
State
Response
data
class
ConnectionStateResponse
(
val
description
:
String
?
=
null
,
val
status
:
String
?
=
null
)
ConnectionState information.
Members
Constructors
Connection
State
Response
Link copied to clipboard
constructor
(
description
:
String
?
=
null
,
status
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
description
Link copied to clipboard
val
description
:
String
?
=
null
Description of the connection state.
status
Link copied to clipboard
val
status
:
String
?
=
null
Status of the connection.