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

AwsRdsDbPendingModifiedValues

import type { AwsRdsDbPendingModifiedValues } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/securityhub.ts";
interface AwsRdsDbPendingModifiedValues {
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?: AwsRdsPendingCloudWatchLogsExports | null;
Port?: number | null;
ProcessorFeatures?: AwsRdsDbProcessorFeature[] | null;
StorageType?: string | null;
}

§Properties

§
AllocatedStorage?: number | null
[src]
§
BackupRetentionPeriod?: number | null
[src]
§
CaCertificateIdentifier?: string | null
[src]
§
DbInstanceClass?: string | null
[src]
§
DbInstanceIdentifier?: string | null
[src]
§
DbSubnetGroupName?: string | null
[src]
§
EngineVersion?: string | null
[src]
§
Iops?: number | null
[src]
§
LicenseModel?: string | null
[src]
§
MasterUserPassword?: string | null
[src]
§
MultiAZ?: boolean | null
[src]
§
PendingCloudWatchLogsExports?: AwsRdsPendingCloudWatchLogsExports | null
[src]
§
Port?: number | null
[src]
§
ProcessorFeatures?: AwsRdsDbProcessorFeature[] | null
[src]
§
StorageType?: string | null
[src]