Enabled |
Boolean
|
Required: No. Indicates whether to activate the subscription. If you don't specify this
property, AWS CloudFormation activates the subscription.Update requires: No interruption |
EventCategories |
String
|
Required: No. A list of event categories that you want to subscribe to for a given source type. If you don't specify this property, you are notified about all event categories. For more information, see Using Amazon RDS Event Notification in the Amazon Relational Database Service User Guide.Update requires: No interruption |
SnsTopicArn |
String
|
Required: Yes. The Amazon Resource Name (ARN) of an Amazon SNS topic that you want to send event
notifications to.Update requires: Replacement |
SourceIds |
String
|
Required: No. A list of identifiers for which Amazon RDS provides notification events.If you don't specify a value, notifications are provided for all sources. If
you specify multiple values, they must be of the same type. For example, if you
specify a database instance ID, all other values must be database instance
IDs.Update requires: No interruption |
SourceType |
String
|
Required: Conditional. The type of source for which Amazon RDS provides notification events. For example, if you want to be notified of events generated by a database instance, set this parameter to db-instance. If you don't specify a value, notifications are provided for all source types. For valid values, see the SourceType parameter for the CreateEventSubscription action in the
Amazon Relational Database Service API Reference.Update requires: Replacement if you're removing this property after it was previously
specified. All other updates require no
interruption. |