Contains the results of a successful invocation of the DescribeEventSubscriptions action.
 Declaration Syntax
 Declaration Syntax| C# | 
public class EventSubscription
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | EventSubscription()()()() | Initializes a new instance of the EventSubscription class | 
|  | CustomerAwsId | 
            The AWS customer account associated with the RDS event notification subscription.
             
             | 
|  | CustSubscriptionId | 
            The RDS event notification subscription Id.
             
             | 
|  | Enabled | 
            A Boolean value indicating if the subscription is enabled. True indicates the subscription is enabled.
             
             | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | EventCategoriesList | 
            A list of event categories for the RDS event notification subscription.
             
             | 
|  | 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 topic ARN of the RDS event notification subscription.
             
             | 
|  | SourceIdsList | 
            A list of source Ids for the RDS event notification subscription.
             
             | 
|  | SourceType | 
            The source type for the RDS event notification subscription.
             
             | 
|  | 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.
             
             | 
|  | SubscriptionCreationTime | 
            The time the RDS event notification subscription was created.
             
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithCustomerAwsId(String) | Obsolete. 
            Sets the CustomerAwsId property
             | 
|  | WithCustSubscriptionId(String) | Obsolete. 
            Sets the CustSubscriptionId property
             | 
|  | WithEnabled(Boolean) | Obsolete. 
            Sets the Enabled property
             | 
|  | WithEventCategoriesList(array<String>[]()[][]) | Obsolete. 
            Adds elements to the EventCategoriesList collection
             | 
|  | WithEventCategoriesList(IEnumerable<(Of <<'(String>)>>)) | Obsolete. 
            Adds elements to the EventCategoriesList collection
             | 
|  | WithSnsTopicArn(String) | Obsolete. 
            Sets the SnsTopicArn property
             | 
|  | WithSourceIdsList(array<String>[]()[][]) | Obsolete. 
            Adds elements to the SourceIdsList collection
             | 
|  | WithSourceIdsList(IEnumerable<(Of <<'(String>)>>)) | Obsolete. 
            Adds elements to the SourceIdsList collection
             | 
|  | WithSourceType(String) | Obsolete. 
            Sets the SourceType property
             | 
|  | WithStatus(String) | Obsolete. 
            Sets the Status property
             | 
|  | WithSubscriptionCreationTime(String) | Obsolete. 
            Sets the SubscriptionCreationTime property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | EventSubscription |