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 Web Services customer account associated with the RDS event notification subscription.

Link copied to clipboard

The RDS event notification subscription Id.

Link copied to clipboard

Specifies whether the subscription is enabled. True indicates the subscription is enabled.

Link copied to clipboard

A list of event categories for the RDS 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 RDS event notification subscription.

Link copied to clipboard

A list of source IDs for the RDS event notification subscription.

Link copied to clipboard

The source type for the RDS event notification subscription.

Link copied to clipboard

The status of the RDS event notification subscription.

Link copied to clipboard

The time the RDS 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