SubscribeRequest

Input for Subscribe action.

Types

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

Properties

Link copied to clipboard

A map of attributes with their corresponding values.

Link copied to clipboard

The endpoint that you want to receive notifications. Endpoints vary by protocol:

Link copied to clipboard

The protocol that you want to use. Supported protocols include:

Link copied to clipboard

Sets whether the response from the Subscribe request includes the subscription ARN, even if the subscription is not yet confirmed.

Link copied to clipboard

The ARN of the topic you want to subscribe to.

Functions

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