Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

AddSourceIdentifierToSubscriptionMessage

import type { AddSourceIdentifierToSubscriptionMessage } from "https://aws-api.deno.dev/v0.4/services/neptune.ts?docs=full";
interface AddSourceIdentifierToSubscriptionMessage {
SourceIdentifier: string;
SubscriptionName: string;
}

§Properties

§
SourceIdentifier: string
[src]

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.
§
SubscriptionName: string
[src]

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