AddSourceIdentifierToSubscriptionMessage

public struct AddSourceIdentifierToSubscriptionMessage : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • 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.

    Declaration

    Swift

    public let sourceIdentifier: String
  • The name of the event notification subscription you want to add a source identifier to.

    Declaration

    Swift

    public let subscriptionName: String
  • Undocumented

    Declaration

    Swift

    public init(sourceIdentifier: String, subscriptionName: String)