AWS SDK Version 2 for .NET
API Reference

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.

.NET Framework 4.5
 
Contains the results of a successful invocation of the DescribeEventSubscriptions action.

Inheritance Hierarchy

System.Object
  Amazon.RDS.Model.EventSubscription

Namespace: Amazon.RDS.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class EventSubscription : Object

The EventSubscription type exposes the following members

Constructors

NameDescription
Public Method EventSubscription()

Properties

NameTypeDescription
Public Property CustomerAwsId System.String Gets and sets the property CustomerAwsId.

The AWS customer account associated with the RDS event notification subscription.

Public Property CustSubscriptionId System.String Gets and sets the property CustSubscriptionId.

The RDS event notification subscription Id.

Public Property Enabled System.Boolean Gets and sets the property Enabled.

A Boolean value indicating if the subscription is enabled. True indicates the subscription is enabled.

Public Property EventCategoriesList System.Collections.Generic.List<System.String> Gets and sets the property EventCategoriesList.

A list of event categories for the RDS event notification subscription.

Public Property SnsTopicArn System.String Gets and sets the property SnsTopicArn.

The topic ARN of the RDS event notification subscription.

Public Property SourceIdsList System.Collections.Generic.List<System.String> Gets and sets the property SourceIdsList.

A list of source IDs for the RDS event notification subscription.

Public Property SourceType System.String Gets and sets the property SourceType.

The source type for the RDS event notification subscription.

Public Property Status System.String Gets and sets the property Status.

The status of the RDS event notification subscription.

Constraints:

Can be one of the following: creating | modifying | deleting | active | no-permission | topic-not-exist

The status "no-permission" indicates that RDS no longer has permission to post to the SNS topic. The status "topic-not-exist" indicates that the topic was deleted after the subscription was created.

Public Property SubscriptionCreationTime System.String Gets and sets the property SubscriptionCreationTime.

The time the RDS event notification subscription was created.

Version Information

.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