BudgetActionSubscriber

data class BudgetActionSubscriber(val address: String, val subscriptionType: String)

Constructors

Link copied to clipboard
constructor(address: String, subscriptionType: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The address that AWS sends budget notifications to, either an SNS topic or an email.

Link copied to clipboard

The type of notification that AWS sends to a subscriber. Valid values are SNS or EMAIL.