BudgetsActionSubscriberArgs

data class BudgetsActionSubscriberArgs(val address: Output<String>, val type: Output<BudgetsActionSubscriberType>) : ConvertibleToJava<BudgetsActionSubscriberArgs>

Constructors

Link copied to clipboard
constructor(address: Output<String>, type: Output<BudgetsActionSubscriberType>)

Properties

Link copied to clipboard
val address: Output<String>

The address that AWS sends budget notifications to, either an SNS topic or an email. When you create a subscriber, the value of Address can't contain line breaks.

Link copied to clipboard

The type of notification that AWS sends to a subscriber.

Functions

Link copied to clipboard
open override fun toJava(): BudgetsActionSubscriberArgs