Returns the default engine and system parameter information for the specified database engine
Source:R/rds_operations.R
rds_describe_engine_default_parameters.RdReturns the default engine and system parameter information for the specified database engine.
See https://www.paws-r-sdk.com/docs/rds_describe_engine_default_parameters/ for full documentation.
Usage
rds_describe_engine_default_parameters(
DBParameterGroupFamily,
Filters = NULL,
MaxRecords = NULL,
Marker = NULL
)Arguments
- DBParameterGroupFamily
[required] The name of the DB parameter group family.
Valid Values:
aurora-mysql5.7aurora-mysql8.0aurora-postgresql10aurora-postgresql11aurora-postgresql12aurora-postgresql13aurora-postgresql14custom-oracle-ee-19custom-oracle-ee-cdb-19db2-aedb2-semariadb10.2mariadb10.3mariadb10.4mariadb10.5mariadb10.6mysql5.7mysql8.0oracle-ee-19oracle-ee-cdb-19oracle-ee-cdb-21oracle-se2-19oracle-se2-cdb-19oracle-se2-cdb-21postgres10postgres11postgres12postgres13postgres14sqlserver-ee-11.0sqlserver-ee-12.0sqlserver-ee-13.0sqlserver-ee-14.0sqlserver-ee-15.0sqlserver-ex-11.0sqlserver-ex-12.0sqlserver-ex-13.0sqlserver-ex-14.0sqlserver-ex-15.0sqlserver-se-11.0sqlserver-se-12.0sqlserver-se-13.0sqlserver-se-14.0sqlserver-se-15.0sqlserver-web-11.0sqlserver-web-12.0sqlserver-web-13.0sqlserver-web-14.0sqlserver-web-15.0
- Filters
A filter that specifies one or more parameters to describe.
The only supported filter is
parameter-name. The results list only includes information about the parameters with these names.- MaxRecords
The maximum number of records to include in the response. If more records exist than the specified
MaxRecordsvalue, a pagination token called a marker is included in the response so you can retrieve the remaining results.Default: 100
Constraints: Minimum 20, maximum 100.
- Marker
An optional pagination token provided by a previous
describe_engine_default_parametersrequest. If this parameter is specified, the response includes only records beyond the marker, up to the value specified byMaxRecords.