class Aws::RDS::Types::AddSourceIdentifierToSubscriptionMessage
@note When making an API call, you may pass AddSourceIdentifierToSubscriptionMessage
data as a hash: { subscription_name: "String", # required source_identifier: "String", # required }
@!attribute [rw] subscription_name
The name of the RDS event notification subscription you want to add a source identifier to. @return [String]
@!attribute [rw] source_identifier
The identifier of the event source to be added. Constraints: * If the source type is a DB instance, a `DBInstanceIdentifier` value must be supplied. * If the source type is a DB cluster, a `DBClusterIdentifier` value must be supplied. * If the source type is a DB parameter group, a `DBParameterGroupName` value must be supplied. * If the source type is a DB security group, a `DBSecurityGroupName` value must be supplied. * If the source type is a DB snapshot, a `DBSnapshotIdentifier` value must be supplied. * If the source type is a DB cluster snapshot, a `DBClusterSnapshotIdentifier` value must be supplied. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/AddSourceIdentifierToSubscriptionMessage AWS API Documentation
Constants
- SENSITIVE