Container for the parameters to the ModifyEventSubscription operation.
Modifies an existing RDS event notification subscription. Note that you cannot modify the source identifiers using this call; to change source identifiers for a subscription, use the AddSourceIdentifierToSubscription and RemoveSourceIdentifierFromSubscription calls.
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.

C# |
public class ModifyEventSubscriptionRequest : AmazonWebServiceRequest

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | ModifyEventSubscriptionRequest()()()() | Initializes a new instance of the ModifyEventSubscriptionRequest class |
![]() | Enabled |
A Boolean value; set to true to activate the subscription.
|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | 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.
|
![]() | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType()()()() | Gets the type of the current instance. (Inherited from Object.) |
![]() | 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 |
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 |
The name of the RDS event notification subscription.
|
![]() | ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
![]() | WithEnabled(Boolean) | Obsolete.
Sets the Enabled property
|
![]() | WithEventCategories(array<String>[]()[][]) | Obsolete.
Adds elements to the EventCategories collection
|
![]() | WithEventCategories(IEnumerable<(Of <<'(String>)>>)) | Obsolete.
Adds elements to the EventCategories collection
|
![]() | WithSnsTopicArn(String) | Obsolete.
Sets the SnsTopicArn property
|
![]() | WithSourceType(String) | Obsolete.
Sets the SourceType property
|
![]() | WithSubscriptionName(String) | Obsolete.
Sets the SubscriptionName property
|

Object | ||
![]() | AmazonWebServiceRequest | |
![]() | ModifyEventSubscriptionRequest |