EventSubscription

Contains the results of a successful invocation of the DescribeEventSubscriptions action.

Types

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

Properties

Link copied to clipboard

The Amazon customer account associated with the event notification subscription.

Link copied to clipboard

The event notification subscription Id.

Link copied to clipboard

A Boolean value indicating if the subscription is enabled. True indicates the subscription is enabled.

Link copied to clipboard

A list of event categories for the event notification subscription.

Link copied to clipboard

The Amazon Resource Name (ARN) for the event subscription.

Link copied to clipboard

The topic ARN of the event notification subscription.

Link copied to clipboard

A list of source IDs for the event notification subscription.

Link copied to clipboard

The source type for the event notification subscription.

Link copied to clipboard

The status of the event notification subscription.

Link copied to clipboard

The time the event notification subscription was created.

Functions

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