GetEventSubscriptionResult

data class GetEventSubscriptionResult(val custSubscriptionId: String? = null, val customerAwsId: String? = null, val enabled: Boolean? = null, val eventCategories: List<EventSubscriptionEventCategoriesItem>? = null, val eventCategoriesList: List<String>? = null, val severity: EventSubscriptionSeverity? = null, val snsTopicArn: String? = null, val sourceIds: List<String>? = null, val sourceIdsList: List<String>? = null, val sourceType: EventSubscriptionSourceType? = null, val status: EventSubscriptionStatus? = null, val subscriptionCreationTime: String? = null)

Constructors

Link copied to clipboard
constructor(custSubscriptionId: String? = null, customerAwsId: String? = null, enabled: Boolean? = null, eventCategories: List<EventSubscriptionEventCategoriesItem>? = null, eventCategoriesList: List<String>? = null, severity: EventSubscriptionSeverity? = null, snsTopicArn: String? = null, sourceIds: List<String>? = null, sourceIdsList: List<String>? = null, sourceType: EventSubscriptionSourceType? = null, status: EventSubscriptionStatus? = null, subscriptionCreationTime: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val customerAwsId: String? = null

The AWS 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
val enabled: Boolean? = null

A boolean value; set to true to activate the subscription, and set to false to create the subscription but not activate it.

Link copied to clipboard

Specifies the Amazon Redshift event categories to be published by the event notification subscription.

Link copied to clipboard

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

Link copied to clipboard

Specifies the Amazon Redshift event severity to be published by the event notification subscription.

Link copied to clipboard
val snsTopicArn: String? = null

The Amazon Resource Name (ARN) of the Amazon SNS topic used to transmit the event notifications.

Link copied to clipboard
val sourceIds: List<String>? = null

A list of one or more identifiers of Amazon Redshift source objects.

Link copied to clipboard
val sourceIdsList: List<String>? = null

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

Link copied to clipboard

The type of source that will be generating the events.

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.