describe-orderable-db-instance-options — AWS CLI 2.27.12 Command Reference (original) (raw)
An OrderableDBInstanceOption
structure containing information about orderable options for the DB instance.
Contains a list of available options for a DB instance.
This data type is used as a response element in the DescribeOrderableDBInstanceOptions
action.
Engine -> (string)
The engine type of a DB instance.
EngineVersion -> (string)
The engine version of a DB instance.
DBInstanceClass -> (string)
The DB instance class for a DB instance.
LicenseModel -> (string)
The license model for a DB instance.
AvailabilityZoneGroup -> (string)
The Availability Zone group for a DB instance.
AvailabilityZones -> (list)
A list of Availability Zones for a DB instance.
(structure)
Contains Availability Zone information.
This data type is used as an element in the
OrderableDBInstanceOption
data type.Name -> (string)
The name of the Availability Zone.
MultiAZCapable -> (boolean)
Indicates whether a DB instance is Multi-AZ capable.
ReadReplicaCapable -> (boolean)
Indicates whether a DB instance can have a read replica.
Vpc -> (boolean)
Indicates whether a DB instance is in a VPC.
SupportsStorageEncryption -> (boolean)
Indicates whether a DB instance supports encrypted storage.
StorageType -> (string)
The storage type for a DB instance.
SupportsIops -> (boolean)
Indicates whether a DB instance supports provisioned IOPS.
SupportsEnhancedMonitoring -> (boolean)
Indicates whether a DB instance supports Enhanced Monitoring at intervals from 1 to 60 seconds.
SupportsIAMDatabaseAuthentication -> (boolean)
Indicates whether a DB instance supports IAM database authentication.
SupportsPerformanceInsights -> (boolean)
Indicates whether a DB instance supports Performance Insights.
MinStorageSize -> (integer)
Minimum storage size for a DB instance.
MaxStorageSize -> (integer)
Maximum storage size for a DB instance.
MinIopsPerDbInstance -> (integer)
Minimum total provisioned IOPS for a DB instance.
MaxIopsPerDbInstance -> (integer)
Maximum total provisioned IOPS for a DB instance.
MinIopsPerGib -> (double)
Minimum provisioned IOPS per GiB for a DB instance.
MaxIopsPerGib -> (double)
Maximum provisioned IOPS per GiB for a DB instance.
AvailableProcessorFeatures -> (list)
A list of the available processor features for the DB instance class of a DB instance.
(structure)
Contains the available processor feature information for the DB instance class of a DB instance.
For more information, see Configuring the Processor of the DB Instance Class in the Amazon RDS User Guide.
Name -> (string)
The name of the processor feature. Valid names are
coreCount
andthreadsPerCore
.DefaultValue -> (string)
The default value for the processor feature of the DB instance class.
AllowedValues -> (string)
The allowed values for the processor feature of the DB instance class.
SupportedEngineModes -> (list)
A list of the supported DB engine modes.
(string)
SupportsStorageAutoscaling -> (boolean)
Indicates whether Amazon RDS can automatically scale storage for DB instances that use the specified DB instance class.
SupportsKerberosAuthentication -> (boolean)
Indicates whether a DB instance supports Kerberos Authentication.
OutpostCapable -> (boolean)
SupportedActivityStreamModes -> (list)
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.(string)
SupportsGlobalDatabases -> (boolean)
Indicates whether you can use Aurora global databases with a specific combination of other DB engine attributes.
SupportsClusters -> (boolean)
SupportedNetworkTypes -> (list)
The network types supported by the DB instance (
IPV4
orDUAL
).A DB instance can support only the IPv4 protocol or the IPv4 and the IPv6 protocols (
DUAL
).For more information, see Working with a DB instance in a VPC in the Amazon RDS User Guide.
(string)
SupportsStorageThroughput -> (boolean)
Indicates whether a DB instance supports storage throughput.
MinStorageThroughputPerDbInstance -> (integer)
Minimum storage throughput for a DB instance.
MaxStorageThroughputPerDbInstance -> (integer)
Maximum storage throughput for a DB instance.
MinStorageThroughputPerIops -> (double)
Minimum storage throughput to provisioned IOPS ratio for a DB instance.
MaxStorageThroughputPerIops -> (double)
Maximum storage throughput to provisioned IOPS ratio for a DB instance.
SupportsDedicatedLogVolume -> (boolean)
Indicates whether a DB instance supports using a dedicated log volume (DLV).