pulumi-azure-kotlin
5.53.0.0
pulumi-azure-kotlin
/
com.pulumi.azure.apimanagement.kotlin.inputs
/
LoggerEventhubArgs
Logger
Eventhub
Args
data
class
LoggerEventhubArgs
(
val
connectionString
:
Output
<
String
>
,
val
name
:
Output
<
String
>
)
:
ConvertibleToJava
<
LoggerEventhubArgs
>
Constructors
Functions
Properties
Constructors
Logger
Eventhub
Args
Link copied to clipboard
fun
LoggerEventhubArgs
(
connectionString
:
Output
<
String
>
,
name
:
Output
<
String
>
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
LoggerEventhubArgs
Properties
connection
String
Link copied to clipboard
val
connectionString
:
Output
<
String
>
The connection string of an EventHub Namespace.
name
Link copied to clipboard
val
name
:
Output
<
String
>
The name of an EventHub.