class Aws::RDS::Types::DescribeOrderableDBInstanceOptionsMessage

@note When making an API call, you may pass DescribeOrderableDBInstanceOptionsMessage

data as a hash:

    {
      engine: "String", # required
      engine_version: "String",
      db_instance_class: "String",
      license_model: "String",
      availability_zone_group: "String",
      vpc: false,
      filters: [
        {
          name: "String", # required
          values: ["String"], # required
        },
      ],
      max_records: 1,
      marker: "String",
    }

@!attribute [rw] engine

The name of the engine to retrieve DB instance options for.

Valid Values:

* `aurora` (for MySQL 5.6-compatible Aurora)

* `aurora-mysql` (for MySQL 5.7-compatible Aurora)

* `aurora-postgresql`

* `mariadb`

* `mysql`

* `oracle-ee`

* `oracle-ee-cdb`

* `oracle-se2`

* `oracle-se2-cdb`

* `postgres`

* `sqlserver-ee`

* `sqlserver-se`

* `sqlserver-ex`

* `sqlserver-web`
@return [String]

@!attribute [rw] engine_version

The engine version filter value. Specify this parameter to show only
the available offerings matching the specified engine version.
@return [String]

@!attribute [rw] db_instance_class

The DB instance class filter value. Specify this parameter to show
only the available offerings matching the specified DB instance
class.
@return [String]

@!attribute [rw] license_model

The license model filter value. Specify this parameter to show only
the available offerings matching the specified license model.
@return [String]

@!attribute [rw] availability_zone_group

The Availability Zone group associated with a Local Zone. Specify
this parameter to retrieve available offerings for the Local Zones
in the group.

Omit this parameter to show the available offerings in the specified
Amazon Web Services Region.
@return [String]

@!attribute [rw] vpc

A value that indicates whether to show only VPC or non-VPC
offerings.
@return [Boolean]

@!attribute [rw] filters

This parameter isn't currently supported.
@return [Array<Types::Filter>]

@!attribute [rw] max_records

The maximum number of records to include in the response. If more
records exist than the specified `MaxRecords` value, a pagination
token called a marker is included in the response so that you can
retrieve the remaining results.

Default: 100

Constraints: Minimum 20, maximum 100.
@return [Integer]

@!attribute [rw] 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 `MaxRecords` .
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DescribeOrderableDBInstanceOptionsMessage AWS API Documentation

Constants

SENSITIVE