Get Engine Version Plain Args
A collection of arguments for invoking getEngineVersion.
Properties
When set to true
, the default version for the specified engine
or combination of engine
and major version
will be returned. Can be used to limit responses to a single version when they would otherwise fail for returning multiple versions.
One or more name/value pairs to filter off of. There are several valid keys; for a full reference, check out describe-db-engine-versions in the AWS CLI reference.
When set to true
, the specified version
or member of preferred_versions
will be returned even if it is deprecated
. Otherwise, only available
versions will be returned.
Name of a specific DB parameter group family. Examples of parameter group families are mysql8.0
, mariadb10.4
, and postgres12
.
Ordered list of preferred engine versions. The first match in this list will be returned. If no preferred matches are found and the original search returned more than one result, an error is returned. If both the version
and preferred_versions
arguments are not configured, the data source will return the default version for the engine.