Describes the properties of specific major versions of DB engines
Source:R/rds_operations.R
rds_describe_db_major_engine_versions.RdDescribes the properties of specific major versions of DB engines.
See https://www.paws-r-sdk.com/docs/rds_describe_db_major_engine_versions/ for full documentation.
Usage
rds_describe_db_major_engine_versions(
Engine = NULL,
MajorEngineVersion = NULL,
Marker = NULL,
MaxRecords = NULL
)Arguments
- Engine
The database engine to return major version details for.
Valid Values:
aurora-mysqlaurora-postgresqlcustom-sqlserver-eecustom-sqlserver-secustom-sqlserver-webdb2-aedb2-semariadbmysqloracle-eeoracle-ee-cdboracle-se2oracle-se2-cdbpostgressqlserver-eesqlserver-sesqlserver-exsqlserver-web
- MajorEngineVersion
A specific database major engine version to return details for.
Example:
8.4- Marker
An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by
MaxRecords.- MaxRecords
The maximum number of records to include in the response. If more than the
MaxRecordsvalue is available, a pagination token called a marker is included in the response so you can retrieve the remaining results.Default: 100