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

PendingModifiedValues

import type { PendingModifiedValues } from "https://aws-api.deno.dev/v0.4/services/docdb.ts?docs=full";

One or more modified settings for an instance. These modified settings have been requested, but haven't been applied yet.

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

§
AllocatedStorage?: number | null
[src]

Contains the new AllocatedStorage size for then instance that will be applied or is currently being applied.

§
BackupRetentionPeriod?: number | null
[src]

Specifies the pending number of days for which automated backups are retained.

§
CACertificateIdentifier?: string | null
[src]

Specifies the identifier of the certificate authority (CA) certificate for the DB instance.

§
DBInstanceClass?: string | null
[src]

Contains the new DBInstanceClass for the instance that will be applied or is currently being applied.

§
DBInstanceIdentifier?: string | null
[src]

Contains the new DBInstanceIdentifier for the instance that will be applied or is currently being applied.

§
DBSubnetGroupName?: string | null
[src]

The new subnet group for the instance.

§
EngineVersion?: string | null
[src]

Indicates the database engine version.

§
Iops?: number | null
[src]

Specifies the new Provisioned IOPS value for the instance that will be applied or is currently being applied.

§
LicenseModel?: string | null
[src]

The license model for the instance.

Valid values: license-included, bring-your-own-license, general-public-license

§
MasterUserPassword?: string | null
[src]

Contains the pending or currently in-progress change of the master credentials for the instance.

§
MultiAZ?: boolean | null
[src]

Indicates that the Single-AZ instance is to change to a Multi-AZ deployment.

§
PendingCloudwatchLogsExports?: PendingCloudwatchLogsExports | null
[src]

A list of the log types whose configuration is still pending. These log types are in the process of being activated or deactivated.

§
Port?: number | null
[src]

Specifies the pending port for the instance.

§
StorageType?: string | null
[src]

Specifies the storage type to be associated with the instance.