EventSubscription

Describes an event notification subscription created by the CreateEventSubscription operation.

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 DMS event notification subscription.

Link copied to clipboard

The DMS event notification subscription Id.

Link copied to clipboard

Boolean value that indicates if the event subscription is enabled.

Link copied to clipboard

A lists of event categories.

Link copied to clipboard

The topic ARN of the DMS event notification subscription.

Link copied to clipboard

A list of source Ids for the event subscription.

Link copied to clipboard

The type of DMS resource that generates events.

Link copied to clipboard

The status of the DMS event notification subscription.

Link copied to clipboard

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