SnsDestination

An object that defines an Amazon SNS destination for events. You can use Amazon SNS to send notification when certain events occur.

Types

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

Properties

Link copied to clipboard

The Amazon Resource Name (ARN) of the Amazon SNS topic that you want to publish events to.

Functions

Link copied to clipboard
inline fun copy(block: SnsDestination.Builder.() -> Unit = {}): SnsDestination
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