Adds a source identifier to an existing event notification subscription.
neptune_add_source_identifier_to_subscription(SubscriptionName,
SourceIdentifier)
A list with the following syntax:
list(
EventSubscription = list(
CustomerAwsId = "string",
CustSubscriptionId = "string",
SnsTopicArn = "string",
Status = "string",
SubscriptionCreationTime = "string",
SourceType = "string",
SourceIdsList = list(
"string"
),
EventCategoriesList = list(
"string"
),
Enabled = TRUE|FALSE,
EventSubscriptionArn = "string"
)
)
[required] The name of the event notification subscription you want to add a source identifier to.
[required] The identifier of the event source to be added.
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.
svc$add_source_identifier_to_subscription(
SubscriptionName = "string",
SourceIdentifier = "string"
)