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.deno.dev/v0.4/services/securityhub.ts?docs=full";

Changes to a DB instance that are currently pending.

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]

The new value of the allocated storage for the DB instance.

§
BackupRetentionPeriod?: number | null
[src]

The new backup retention period for the DB instance.

§
CaCertificateIdentifier?: string | null
[src]

The new CA certificate identifier for the DB instance.

§
DbInstanceClass?: string | null
[src]

The new DB instance class for the DB instance.

§
DbInstanceIdentifier?: string | null
[src]

The new DB instance identifier for the DB instance.

§
DbSubnetGroupName?: string | null
[src]

The name of the new subnet group for the DB instance.

§
EngineVersion?: string | null
[src]

The new engine version for the DB instance.

§
Iops?: number | null
[src]

The new provisioned IOPS value for the DB instance.

§
LicenseModel?: string | null
[src]

The new license model value for the DB instance.

§
MasterUserPassword?: string | null
[src]

The new master user password for the DB instance.

§
MultiAZ?: boolean | null
[src]

Indicates that a single Availability Zone DB instance is changing to a multiple Availability Zone deployment.

§
PendingCloudWatchLogsExports?: AwsRdsPendingCloudWatchLogsExports | null
[src]

A list of log types that are being enabled or disabled.

§
Port?: number | null
[src]

The new port for the DB instance.

§
ProcessorFeatures?: AwsRdsDbProcessorFeature[] | null
[src]

Processor features that are being updated.

§
StorageType?: string | null
[src]

The new storage type for the DB instance.