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

OrderableDBInstanceOption

import type { OrderableDBInstanceOption } from "https://aws-api.deno.dev/v0.3/services/rds.ts?docs=full";

Contains a list of available options for a DB instance.

This data type is used as a response element in the DescribeOrderableDBInstanceOptions action.

interface OrderableDBInstanceOption {
AvailabilityZoneGroup?: string | null;
AvailabilityZones: AvailabilityZone[];
AvailableProcessorFeatures: AvailableProcessorFeature[];
DBInstanceClass?: string | null;
Engine?: string | null;
EngineVersion?: string | null;
LicenseModel?: string | null;
MaxIopsPerDbInstance?: number | null;
MaxIopsPerGib?: number | null;
MaxStorageSize?: number | null;
MinIopsPerDbInstance?: number | null;
MinIopsPerGib?: number | null;
MinStorageSize?: number | null;
MultiAZCapable?: boolean | null;
OutpostCapable?: boolean | null;
ReadReplicaCapable?: boolean | null;
StorageType?: string | null;
SupportedActivityStreamModes: string[];
SupportedEngineModes: string[];
SupportsClusters?: boolean | null;
SupportsEnhancedMonitoring?: boolean | null;
SupportsGlobalDatabases?: boolean | null;
SupportsIAMDatabaseAuthentication?: boolean | null;
SupportsIops?: boolean | null;
SupportsKerberosAuthentication?: boolean | null;
SupportsPerformanceInsights?: boolean | null;
SupportsStorageAutoscaling?: boolean | null;
SupportsStorageEncryption?: boolean | null;
Vpc?: boolean | null;
}

§Properties

§
AvailabilityZoneGroup?: string | null
[src]

The Availability Zone group for a DB instance.

§
AvailabilityZones: AvailabilityZone[]
[src]

A list of Availability Zones for a DB instance.

§
AvailableProcessorFeatures: AvailableProcessorFeature[]
[src]

A list of the available processor features for the DB instance class of a DB instance.

§
DBInstanceClass?: string | null
[src]

The DB instance class for a DB instance.

§
Engine?: string | null
[src]

The engine type of a DB instance.

§
EngineVersion?: string | null
[src]

The engine version of a DB instance.

§
LicenseModel?: string | null
[src]

The license model for a DB instance.

§
MaxIopsPerDbInstance?: number | null
[src]

Maximum total provisioned IOPS for a DB instance.

§
MaxIopsPerGib?: number | null
[src]

Maximum provisioned IOPS per GiB for a DB instance.

§
MaxStorageSize?: number | null
[src]

Maximum storage size for a DB instance.

§
MinIopsPerDbInstance?: number | null
[src]

Minimum total provisioned IOPS for a DB instance.

§
MinIopsPerGib?: number | null
[src]

Minimum provisioned IOPS per GiB for a DB instance.

§
MinStorageSize?: number | null
[src]

Minimum storage size for a DB instance.

§
MultiAZCapable?: boolean | null
[src]

Indicates whether a DB instance is Multi-AZ capable.

§
OutpostCapable?: boolean | null
[src]

Whether a DB instance supports RDS on Outposts.

For more information about RDS on Outposts, see Amazon RDS on Amazon Web Services Outposts in the Amazon RDS User Guide.

§
ReadReplicaCapable?: boolean | null
[src]

Indicates whether a DB instance can have a read replica.

§
StorageType?: string | null
[src]

Indicates the storage type for a DB instance.

§
SupportedActivityStreamModes: string[]
[src]

The list of supported modes for Database Activity Streams. Aurora PostgreSQL returns the value [sync, async]. Aurora MySQL and RDS for Oracle return [async] only. If Database Activity Streams isn't supported, the return value is an empty list.

§
SupportedEngineModes: string[]
[src]

A list of the supported DB engine modes.

§
SupportsClusters?: boolean | null
[src]

Whether DB instances can be configured as a Multi-AZ DB cluster.

The Multi-AZ DB clusters feature is in preview and is subject to change.

For more information on Multi-AZ DB clusters, see Multi-AZ deployments with two readable standby DB instances in the Amazon RDS User Guide.

§
SupportsEnhancedMonitoring?: boolean | null
[src]

Indicates whether a DB instance supports Enhanced Monitoring at intervals from 1 to 60 seconds.

§
SupportsGlobalDatabases?: boolean | null
[src]

A value that indicates whether you can use Aurora global databases with a specific combination of other DB engine attributes.

§
SupportsIAMDatabaseAuthentication?: boolean | null
[src]

Indicates whether a DB instance supports IAM database authentication.

§
SupportsIops?: boolean | null
[src]

Indicates whether a DB instance supports provisioned IOPS.

§
SupportsKerberosAuthentication?: boolean | null
[src]

Whether a DB instance supports Kerberos Authentication.

§
SupportsPerformanceInsights?: boolean | null
[src]

True if a DB instance supports Performance Insights, otherwise false.

§
SupportsStorageAutoscaling?: boolean | null
[src]

Whether Amazon RDS can automatically scale storage for DB instances that use the specified DB instance class.

§
SupportsStorageEncryption?: boolean | null
[src]

Indicates whether a DB instance supports encrypted storage.

§
Vpc?: boolean | null
[src]

Indicates whether a DB instance is in a VPC.