pulumi-aws-native-kotlin
0.82.0.0
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.customerprofiles.kotlin.inputs
/
GetEventStreamPlainArgs
Get
Event
Stream
Plain
Args
data
class
GetEventStreamPlainArgs
(
val
domainName
:
String
,
val
eventStreamName
:
String
)
:
ConvertibleToJava
<
GetEventStreamPlainArgs
>
Constructors
Functions
Properties
Constructors
Get
Event
Stream
Plain
Args
Link copied to clipboard
fun
GetEventStreamPlainArgs
(
domainName
:
String
,
eventStreamName
:
String
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
GetEventStreamPlainArgs
Properties
domain
Name
Link copied to clipboard
val
domainName
:
String
The unique name of the domain.
event
Stream
Name
Link copied to clipboard
val
eventStreamName
:
String
The name of the event stream.