toggle menu
pulumi-azure-native-kotlin
3.5.0.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.eventhub.kotlin.inputs
/
GetEventHubPlainArgs
Get
Event
Hub
Plain
Args
data
class
GetEventHubPlainArgs
(
val
eventHubName
:
String
,
val
namespaceName
:
String
,
val
resourceGroupName
:
String
)
:
ConvertibleToJava
<
GetEventHubPlainArgs
>
Members
Constructors
Get
Event
Hub
Plain
Args
Link copied to clipboard
constructor
(
eventHubName
:
String
,
namespaceName
:
String
,
resourceGroupName
:
String
)
Properties
event
Hub
Name
Link copied to clipboard
val
eventHubName
:
String
The Event Hub name
namespace
Name
Link copied to clipboard
val
namespaceName
:
String
The Namespace name
resource
Group
Name
Link copied to clipboard
val
resourceGroupName
:
String
Name of the resource group within the azure subscription.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
GetEventHubPlainArgs