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/rds.ts?docs=full";

This data type is used as a response element in the ModifyDBInstance operation and contains changes that will be applied during the next maintenance window.

interface PendingModifiedValues {
AllocatedStorage?: number | null;
AutomationMode?: AutomationMode | null;
BackupRetentionPeriod?: number | null;
CACertificateIdentifier?: string | null;
DBInstanceClass?: string | null;
DBInstanceIdentifier?: string | null;
DBSubnetGroupName?: string | null;
EngineVersion?: string | null;
IAMDatabaseAuthenticationEnabled?: boolean | null;
Iops?: number | null;
LicenseModel?: string | null;
MasterUserPassword?: string | null;
MultiAZ?: boolean | null;
PendingCloudwatchLogsExports?: PendingCloudwatchLogsExports | null;
Port?: number | null;
ProcessorFeatures: ProcessorFeature[];
ResumeFullAutomationModeTime?: Date | number | null;
StorageThroughput?: number | null;
StorageType?: string | null;
}

§Properties

§
AllocatedStorage?: number | null
[src]

The allocated storage size for the DB instance specified in gibibytes (GiB).

§
AutomationMode?: AutomationMode | null
[src]

The automation mode of the RDS Custom DB instance: full or all-paused. If full, the DB instance automates monitoring and instance recovery. If all-paused, the instance pauses automation for the duration set by --resume-full-automation-mode-minutes.

§
BackupRetentionPeriod?: number | null
[src]

The number of days for which automated backups are retained.

§
CACertificateIdentifier?: string | null
[src]

The identifier of the CA certificate for the DB instance.

For more information, see Using SSL/TLS to encrypt a connection to a DB instance in the Amazon RDS User Guide and Using SSL/TLS to encrypt a connection to a DB cluster in the Amazon Aurora User Guide.

§
DBInstanceClass?: string | null
[src]

The name of the compute and memory capacity class for the DB instance.

§
DBInstanceIdentifier?: string | null
[src]

The database identifier for the DB instance.

§
DBSubnetGroupName?: string | null
[src]

The DB subnet group for the DB instance.

§
EngineVersion?: string | null
[src]

The database engine version.

§
IAMDatabaseAuthenticationEnabled?: boolean | null
[src]

Whether mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts is enabled.

§
Iops?: number | null
[src]

The Provisioned IOPS value for the DB instance.

§
LicenseModel?: string | null
[src]

The license model for the DB instance.

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

§
MasterUserPassword?: string | null
[src]

The master credentials for the DB instance.

§
MultiAZ?: boolean | null
[src]

A value that indicates that the Single-AZ DB instance will change to a Multi-AZ deployment.

§
PendingCloudwatchLogsExports?: PendingCloudwatchLogsExports | null
[src]
§
Port?: number | null
[src]

The port for the DB instance.

§
ProcessorFeatures: ProcessorFeature[]
[src]

The number of CPU cores and the number of threads per core for the DB instance class of the DB instance.

§
ResumeFullAutomationModeTime?: Date | number | null
[src]

The number of minutes to pause the automation. When the time period ends, RDS Custom resumes full automation. The minimum value is 60 (default). The maximum value is 1,440.

§
StorageThroughput?: number | null
[src]

The storage throughput of the DB instance.

§
StorageType?: string | null
[src]

The storage type of the DB instance.