toggle menu
pulumi-azure-native-kotlin
3.0.1.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.azuredatatransfer.kotlin.inputs
/
SubscriberArgs
Subscriber
Args
data
class
SubscriberArgs
(
val
email
:
Output
<
String
>
?
=
null
,
val
notifications
:
Output
<
Double
>
?
=
null
)
:
ConvertibleToJava
<
SubscriberArgs
>
Members
Constructors
Subscriber
Args
Link copied to clipboard
constructor
(
email
:
Output
<
String
>
?
=
null
,
notifications
:
Output
<
Double
>
?
=
null
)
Properties
email
Link copied to clipboard
val
email
:
Output
<
String
>
?
=
null
Email of the subscriber
notifications
Link copied to clipboard
val
notifications
:
Output
<
Double
>
?
=
null
Number specifying what notifications to receive
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
SubscriberArgs