View source: R/rds_operations.R
rds_describe_orderable_db_instance_options | R Documentation |
Describes the orderable DB instance options for a specified DB engine.
See https://www.paws-r-sdk.com/docs/rds_describe_orderable_db_instance_options/ for full documentation.
rds_describe_orderable_db_instance_options(
Engine,
EngineVersion = NULL,
DBInstanceClass = NULL,
LicenseModel = NULL,
AvailabilityZoneGroup = NULL,
Vpc = NULL,
Filters = NULL,
MaxRecords = NULL,
Marker = NULL
)
Engine |
[required] The name of the database engine to describe DB instance options for. Valid Values:
|
EngineVersion |
A filter to include only the available options for the specified engine version. |
DBInstanceClass |
A filter to include only the available options for the specified DB instance class. |
LicenseModel |
A filter to include only the available options for the specified license model. RDS Custom supports only the BYOL licensing model. |
AvailabilityZoneGroup |
The Availability Zone group associated with a Local Zone. Specify this parameter to retrieve available options for the Local Zones in the group. Omit this parameter to show the available options in the specified Amazon Web Services Region. This setting doesn't apply to RDS Custom DB instances. |
Vpc |
Specifies whether to show only VPC or non-VPC offerings. RDS Custom supports only VPC offerings. RDS Custom supports only VPC offerings. If you describe non-VPC offerings for RDS Custom, the output shows VPC offerings. |
Filters |
This parameter isn't currently supported. |
MaxRecords |
The maximum number of records to include in the response. If more
records exist than the specified Default: 100 Constraints: Minimum 20, maximum 1000. |
Marker |
An optional pagination token provided by a previous
DescribeOrderableDBInstanceOptions request. If this parameter is
specified, the response includes only records beyond the marker, up to
the value specified by |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.