aws.docdb.describe_orderable_db_instance_options
Example SQL Queries
SELECT * FROMaws.docdb.describe_orderable_db_instance_optionsWHERE"engine" = 'VALUE';Description
Returns a list of orderable instance options for the specified engine.
Table Definition
| Column Name | Column Data Type |
|---|---|
| engine Required Input Column The engine type of an instance. | VARCHAR |
| db_instance_class Input Column The instance class for an instance. | VARCHAR |
| engine_version Input Column The engine version of an instance. | VARCHAR |
| filters Input Column This parameter is not currently supported. | STRUCT( |
Show child fields
| |
| license_model Input Column The license model for an instance. | VARCHAR |
| vpc Input Column Indicates whether an instance is in a virtual private cloud (VPC). | BOOLEAN |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| availability_zones A list of Availability Zones for an instance. | STRUCT( |
Show child fields
| |
| storage_type The storage type to associate with the DB cluster | VARCHAR |