class Aws::DocDB::Types::ModifyEventSubscriptionMessage


@see docs.aws.amazon.com/goto/WebAPI/docdb-2014-10-31/ModifyEventSubscriptionMessage AWS API Documentation
@return [Boolean]
A Boolean value; set to ‘true` to activate the subscription.
@!attribute [rw] enabled
@return [Array<String>]
subscribe to.
A list of event categories for a `SourceType` that you want to
@!attribute [rw] event_categories
@return [String]
`db-security-group`
Valid values: `db-instance`, `db-parameter-group`,
events are returned.
parameter to `db-instance`. If this value is not specified, all
you want to be notified of events generated by an instance, set this
The type of source that is generating the events. For example, if
@!attribute [rw] source_type
@return [String]
topic and subscribe to it.
notification. The ARN is created by Amazon SNS when you create a
The Amazon Resource Name (ARN) of the SNS topic created for event
@!attribute [rw] sns_topic_arn
@return [String]
The name of the Amazon DocumentDB event notification subscription.
@!attribute [rw] subscription_name
}
enabled: false,
event_categories: [“String”],
source_type: “String”,
sns_topic_arn: “String”,
subscription_name: “String”, # required
{
data as a hash:
@note When making an API call, you may pass ModifyEventSubscriptionMessage
Represents the input to ModifyEventSubscription.