pulumi-aws-kotlin
6.6.1.0
pulumi-aws-kotlin
/
com.pulumi.aws.budgets.kotlin.outputs
/
BudgetNotification
/
BudgetNotification
Budget
Notification
fun
BudgetNotification
(
comparisonOperator
:
String
,
notificationType
:
String
,
subscriberEmailAddresses
:
List
<
String
>
?
=
null
,
subscriberSnsTopicArns
:
List
<
String
>
?
=
null
,
threshold
:
Double
,
thresholdType
:
String
)