Get Engine Version Plain Args
data class GetEngineVersionPlainArgs(val engine: String? = null, val parameterGroupFamily: String? = null, val preferredVersions: List<String>? = null, val version: String? = null) : ConvertibleToJava<GetEngineVersionPlainArgs>
A collection of arguments for invoking getEngineVersion.
Constructors
Functions
Properties
Link copied to clipboard
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.