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

DBInstanceAutomatedBackupsReplication

import type { DBInstanceAutomatedBackupsReplication } from "https://aws-api.deno.dev/v0.4/services/rds.ts?docs=full";

Automated backups of a DB instance replicated to another Amazon Web Services Region. They consist of system backups, transaction logs, and database instance properties.

interface DBInstanceAutomatedBackupsReplication {
DBInstanceAutomatedBackupsArn?: string | null;
}

§Properties

§
DBInstanceAutomatedBackupsArn?: string | null
[src]

The Amazon Resource Name (ARN) of the replicated automated backups.