Subscription

A wrapper type for the attributes of an Amazon SNS subscription.

Types

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

Properties

Link copied to clipboard

The subscription's endpoint (format depends on the protocol).

Link copied to clipboard

The subscription's owner.

Link copied to clipboard

The subscription's protocol.

Link copied to clipboard

The subscription's ARN.

Link copied to clipboard

The ARN of the subscription's topic.

Functions

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