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