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

StartDBInstanceAutomatedBackupsReplicationMessage

import type { StartDBInstanceAutomatedBackupsReplicationMessage } from "https://aws-api.deno.dev/v0.3/services/rds.ts?docs=full";
interface StartDBInstanceAutomatedBackupsReplicationMessage {
BackupRetentionPeriod?: number | null;
KmsKeyId?: string | null;
PreSignedUrl?: string | null;
SourceDBInstanceArn: string;
}

§Properties

§
BackupRetentionPeriod?: number | null
[src]

The retention period for the replicated automated backups.

§
KmsKeyId?: string | null
[src]

The Amazon Web Services KMS key identifier for encryption of the replicated automated backups. The KMS key ID is the Amazon Resource Name (ARN) for the KMS encryption key in the destination Amazon Web Services Region, for example, arn:aws:kms:us-east-1:123456789012:key/AKIAIOSFODNN7EXAMPLE.

§
PreSignedUrl?: string | null
[src]

A URL that contains a Signature Version 4 signed request for the StartDBInstanceAutomatedBackupsReplication action to be called in the Amazon Web Services Region of the source DB instance. The presigned URL must be a valid request for the StartDBInstanceAutomatedBackupsReplication API action that can be executed in the Amazon Web Services Region that contains the source DB instance.

§
SourceDBInstanceArn: string
[src]

The Amazon Resource Name (ARN) of the source DB instance for the replicated automated backups, for example, arn:aws:rds:us-west-2:123456789012:db:mydatabase.