AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
You can see a list of the event categories for a given SourceType in the Events topic in the Amazon RDS User Guide or by using the DescribeEventCategories action.
Namespace: Amazon.RDS.Model
Assembly: AWSSDK.dll
Version: (assembly version)
public class ModifyEventSubscriptionRequest : AmazonRDSRequest IRequestEvents
The ModifyEventSubscriptionRequest type exposes the following members
Name | Description | |
---|---|---|
![]() |
ModifyEventSubscriptionRequest() |
Name | Type | Description | |
---|---|---|---|
![]() |
Enabled | System.Boolean |
Gets and sets the property Enabled.
A Boolean value; set to true to activate the subscription. |
![]() |
EventCategories | System.Collections.Generic.List<System.String> |
Gets and sets the property EventCategories.
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. |
![]() |
SnsTopicArn | System.String |
Gets and sets the property SnsTopicArn.
The Amazon Resource Name (ARN) of the SNS topic created for event notification. The ARN is created by Amazon SNS when you create a topic and subscribe to it. |
![]() |
SourceType | System.String |
Gets and sets the property SourceType.
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. Valid values: db-instance | db-parameter-group | db-security-group | db-snapshot |
![]() |
SubscriptionName | System.String |
Gets and sets the property SubscriptionName.
The name of the RDS event notification subscription. |
.NET Framework:
Supported in: 4.5, 4.0, 3.5
.NET for Windows Store apps:
Supported in: Windows 8.1, Windows 8
.NET for Windows Phone:
Supported in: Windows Phone 8.1