Stops automated backup replication for a DB instance.
For more information, see Replicating Automated Backups to Another AWS Region in the Amazon RDS User Guide.
rds_stop_db_instance_automated_backups_replication(SourceDBInstanceArn)
[required] The Amazon Resource Name (ARN) of the source DB instance for which to
stop replicating automated backups, for example,
arn:aws:rds:us-west-2:123456789012:db:mydatabase
.
svc$stop_db_instance_automated_backups_replication( SourceDBInstanceArn = "string" )