AWS SDK for .NET Documentation
AddSourceIdentifierToSubscriptionRequest Class
AmazonAmazon.RDS.ModelAddSourceIdentifierToSubscriptionRequest Did this page help you?   Yes   No    Tell us about it...
Container for the parameters to the AddSourceIdentifierToSubscription operation.

Adds a source identifier to an existing RDS event notification subscription.

Declaration Syntax
C#
public class AddSourceIdentifierToSubscriptionRequest : AmazonWebServiceRequest
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
AddSourceIdentifierToSubscriptionRequest()()()()
Initializes a new instance of the AddSourceIdentifierToSubscriptionRequest class

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
SourceIdentifier
The identifier of the event source to be added. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens; it cannot end with a hyphen or contain two consecutive hyphens. Constraints:
  • If the source type is a DB instance, then a DBInstanceIdentifier must be supplied.
  • If the source type is a DB security group, a DBSecurityGroupName must be supplied.
  • If the source type is a DB parameter group, a DBParameterGroupName must be supplied.
  • If the source type is a DB snapshot, a DBSnapshotIdentifier must be supplied.

SubscriptionName
The name of the RDS event notification subscription you want to add a source identifier to.

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithSourceIdentifier(String) Obsolete.
Sets the SourceIdentifier property

WithSubscriptionName(String) Obsolete.
Sets the SubscriptionName property

Inheritance Hierarchy
Object
AmazonWebServiceRequest
 AddSourceIdentifierToSubscriptionRequest
See Also

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