AWS SDK for .NET Documentation
EventSubscription Class
AmazonAmazon.RDS.ModelEventSubscription Did this page help you?   Yes   No    Tell us about it...

Contains the results of a successful invocation of the DescribeEventSubscriptions action.

Declaration Syntax
C#
public class EventSubscription
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
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)
Determines whether the specified Object is equal to the current 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
Object
EventSubscription

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)