Subscriber

The subscriber to a budget notification. The subscriber consists of a subscription type and either an Amazon SNS topic or an email address.

For example, an email subscriber has the following parameters:

  • A subscriptionType of EMAIL

  • An address of example@example.com

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The address that Amazon Web Services sends budget notifications to, either an SNS topic or an email.

Link copied to clipboard

The type of notification that Amazon Web Services sends to a subscriber.

Functions

Link copied to clipboard
inline fun copy(block: Subscriber.Builder.() -> Unit = {}): Subscriber
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String