Class AddSourceIdentifierToSubscriptionRequest

    • Method Detail

      • subscriptionName

        public final String subscriptionName()

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

        Returns:
        The name of the RDS event notification subscription you want to add a source identifier to.
      • sourceIdentifier

        public final String sourceIdentifier()

        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.

        • If the source type is an RDS Proxy, a DBProxyName value must be supplied.

        Returns:
        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.

        • If the source type is an RDS Proxy, a DBProxyName value must be supplied.

      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object