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-gyr5wj9zj0fg.deno.dev/v0.2/services/rds.ts";
interface DBInstanceAutomatedBackup {
AllocatedStorage?: number | null;
AvailabilityZone?: string | null;
BackupRetentionPeriod?: number | 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]
§
AvailabilityZone?: string | null
[src]
§
BackupRetentionPeriod?: number | null
[src]
§
DBInstanceArn?: string | null
[src]
§
DBInstanceAutomatedBackupsArn?: string | null
[src]
§
DBInstanceAutomatedBackupsReplications: DBInstanceAutomatedBackupsReplication[]
[src]
§
DBInstanceIdentifier?: string | null
[src]
§
DbiResourceId?: string | null
[src]
§
Encrypted?: boolean | null
[src]
§
Engine?: string | null
[src]
§
EngineVersion?: string | null
[src]
§
IAMDatabaseAuthenticationEnabled?: boolean | null
[src]
§
InstanceCreateTime?: Date | number | null
[src]
§
Iops?: number | null
[src]
§
KmsKeyId?: string | null
[src]
§
LicenseModel?: string | null
[src]
§
MasterUsername?: string | null
[src]
§
OptionGroupName?: string | null
[src]
§
Port?: number | null
[src]
§
Region?: string | null
[src]
§
RestoreWindow?: RestoreWindow | null
[src]
§
Status?: string | null
[src]
§
StorageType?: string | null
[src]
§
TdeCredentialArn?: string | null
[src]
§
Timezone?: string | null
[src]
§
VpcId?: string | null
[src]