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

DBInstanceAutomatedBackup

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

An automated backup of a DB instance. It consists of system backups, transaction logs, and the database instance properties that existed at the time you deleted the source instance.

interface DBInstanceAutomatedBackup {
AllocatedStorage?: number | null;
AvailabilityZone?: string | null;
BackupRetentionPeriod?: number | null;
BackupTarget?: string | null;
DBInstanceArn?: string | null;
DBInstanceAutomatedBackupsArn?: string | null;
DBInstanceAutomatedBackupsReplications: DBInstanceAutomatedBackupsReplication[];
DBInstanceIdentifier?: string | null;
DbiResourceId?: string | null;
Encrypted?: boolean | null;
Engine?: string | null;
EngineVersion?: string | null;
IAMDatabaseAuthenticationEnabled?: boolean | null;
InstanceCreateTime?: Date | number | null;
Iops?: number | null;
KmsKeyId?: string | null;
LicenseModel?: string | null;
MasterUsername?: string | null;
OptionGroupName?: string | null;
Port?: number | null;
Region?: string | null;
RestoreWindow?: RestoreWindow | null;
Status?: string | null;
StorageType?: string | null;
TdeCredentialArn?: string | null;
Timezone?: string | null;
VpcId?: string | null;
}

§Properties

§
AllocatedStorage?: number | null
[src]

Specifies the allocated storage size in gibibytes (GiB).

§
AvailabilityZone?: string | null
[src]

The Availability Zone that the automated backup was created in. For information on Amazon Web Services Regions and Availability Zones, see Regions and Availability Zones.

§
BackupRetentionPeriod?: number | null
[src]

The retention period for the automated backups.

§
BackupTarget?: string | null
[src]

Specifies where automated backups are stored: Amazon Web Services Outposts or the Amazon Web Services Region.

§
DBInstanceArn?: string | null
[src]

The Amazon Resource Name (ARN) for the automated backups.

§
DBInstanceAutomatedBackupsArn?: string | null
[src]

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

§
DBInstanceAutomatedBackupsReplications: DBInstanceAutomatedBackupsReplication[]
[src]

The list of replications to different Amazon Web Services Regions associated with the automated backup.

§
DBInstanceIdentifier?: string | null
[src]

The customer id of the instance that is/was associated with the automated backup.

§
DbiResourceId?: string | null
[src]

The identifier for the source DB instance, which can't be changed and which is unique to an Amazon Web Services Region.

§
Encrypted?: boolean | null
[src]

Specifies whether the automated backup is encrypted.

§
Engine?: string | null
[src]

The name of the database engine for this automated backup.

§
EngineVersion?: string | null
[src]

The version of the database engine for the automated backup.

§
IAMDatabaseAuthenticationEnabled?: boolean | null
[src]

True if mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts is enabled, and otherwise false.

§
InstanceCreateTime?: Date | number | null
[src]

Provides the date and time that the DB instance was created.

§
Iops?: number | null
[src]

The IOPS (I/O operations per second) value for the automated backup.

§
KmsKeyId?: string | null
[src]

The Amazon Web Services KMS key ID for an automated backup.

The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key.

§
LicenseModel?: string | null
[src]

License model information for the automated backup.

§
MasterUsername?: string | null
[src]

The license model of an automated backup.

§
OptionGroupName?: string | null
[src]

The option group the automated backup is associated with. If omitted, the default option group for the engine specified is used.

§
Port?: number | null
[src]

The port number that the automated backup used for connections.

Default: Inherits from the source DB instance

Valid Values: 1150-65535

§
Region?: string | null
[src]

The Amazon Web Services Region associated with the automated backup.

§
RestoreWindow?: RestoreWindow | null
[src]

Earliest and latest time an instance can be restored to.

§
Status?: string | null
[src]

Provides a list of status information for an automated backup:

  • active - automated backups for current instances
  • retained - automated backups for deleted instances
  • creating - automated backups that are waiting for the first automated snapshot to be available.
§
StorageType?: string | null
[src]

Specifies the storage type associated with the automated backup.

§
TdeCredentialArn?: string | null
[src]

The ARN from the key store with which the automated backup is associated for TDE encryption.

§
Timezone?: string | null
[src]

The time zone of the automated backup. In most cases, the Timezone element is empty. Timezone content appears only for Microsoft SQL Server DB instances that were created with a time zone specified.

§
VpcId?: string | null
[src]

Provides the VPC ID associated with the DB instance