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/docdb.ts?docs=full";

Represents the input to "AddSourceIdentifierToSubscription".

interface AddSourceIdentifierToSubscriptionMessage {
SourceIdentifier: string;
SubscriptionName: string;
}

§Properties

§
SourceIdentifier: string
[src]

The identifier of the event source to be added:

  • If the source type is an instance, a DBInstanceIdentifier must be provided.
  • If the source type is a security group, a DBSecurityGroupName must be provided.
  • If the source type is a parameter group, a DBParameterGroupName must be provided.
  • If the source type is a snapshot, a DBSnapshotIdentifier must be provided.
§
SubscriptionName: string
[src]

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