EventSubscription

Describes event subscriptions.

Types

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

Properties

Link copied to clipboard

The Amazon Web Services account associated with the Amazon Redshift event notification subscription.

Link copied to clipboard

The name of the Amazon Redshift event notification subscription.

Link copied to clipboard

A boolean value indicating whether the subscription is enabled; true indicates that the subscription is enabled.

Link copied to clipboard

The list of Amazon Redshift event categories specified in the event notification subscription.

Link copied to clipboard

The event severity specified in the Amazon Redshift event notification subscription.

Link copied to clipboard

The Amazon Resource Name (ARN) of the Amazon SNS topic used by the event notification subscription.

Link copied to clipboard

A list of the sources that publish events to the Amazon Redshift event notification subscription.

Link copied to clipboard

The source type of the events returned by the Amazon Redshift event notification, such as cluster, cluster-snapshot, cluster-parameter-group, cluster-security-group, or scheduled-action.

Link copied to clipboard

The status of the Amazon Redshift event notification subscription.

Link copied to clipboard

The date and time the Amazon Redshift event notification subscription was created.

Link copied to clipboard
val tags: List<Tag>?

The list of tags for the event subscription.

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