GetEventSubscriptionResult

data class GetEventSubscriptionResult(val enabled: Boolean? = null, val eventCategories: List<String>? = null, val sourceIds: List<String>? = null, val sourceType: String? = null, val tags: List<EventSubscriptionTag>? = null)

Constructors

Link copied to clipboard
fun GetEventSubscriptionResult(enabled: Boolean? = null, eventCategories: List<String>? = null, sourceIds: List<String>? = null, sourceType: String? = null, tags: List<EventSubscriptionTag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val enabled: Boolean? = null

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

Link copied to clipboard

A list of event categories for a SourceType that you want to subscribe to. You can see a list of the categories for a given SourceType in the Events topic in the Amazon RDS User Guide or by using the DescribeEventCategories action.

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

The list of identifiers of the event sources for which events will be returned. If not specified, then all sources are included in the response. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens; it cannot end with a hyphen or contain two consecutive hyphens.

Link copied to clipboard
val sourceType: String? = null

The type of source that will be generating the events. For example, if you want to be notified of events generated by a DB instance, you would set this parameter to db-instance. if this value is not specified, all events are returned.

Link copied to clipboard

An array of key-value pairs to apply to this resource.