toggle menu
pulumi-aws-kotlin
6.76.0.0
jvm
switch theme
search in API
pulumi-aws-kotlin
/
com.pulumi.aws.budgets.kotlin.inputs
/
BudgetNotificationArgs
/
BudgetNotificationArgs
Budget
Notification
Args
constructor
(
comparisonOperator
:
Output
<
String
>
,
notificationType
:
Output
<
String
>
,
subscriberEmailAddresses
:
Output
<
List
<
String
>
>
?
=
null
,
subscriberSnsTopicArns
:
Output
<
List
<
String
>
>
?
=
null
,
threshold
:
Output
<
Double
>
,
thresholdType
:
Output
<
String
>
)