PendingModifiedValues
import type { PendingModifiedValues } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/neptune.ts";interface PendingModifiedValues {
AllocatedStorage?: number | null;
BackupRetentionPeriod?: number | null;
CACertificateIdentifier?: string | null;
DBInstanceClass?: string | null;
DBInstanceIdentifier?: string | null;
DBSubnetGroupName?: string | null;
EngineVersion?: string | null;
Iops?: number | null;
LicenseModel?: string | null;
MasterUserPassword?: string | null;
MultiAZ?: boolean | null;
PendingCloudwatchLogsExports?: PendingCloudwatchLogsExports | null;
Port?: number | null;
StorageType?: string | null;
}§Properties
§
PendingCloudwatchLogsExports?: PendingCloudwatchLogsExports | null
[src]