GetEngineVersionArgs constructor
Creates a new GetEngineVersionArgs.
engine DB engine. (Default: docdb)
parameterGroupFamily Name of a specific DB parameter group family. An example parameter group family is docdb3.6.
preferredVersions 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 preferredVersions arguments are not configured, the data source will return the default version for the engine.
region Region where this resource will be managed. Defaults to the Region set in the provider configuration.
version Version of the DB engine. For example, 3.6.0. If version and preferredVersions are not set, the data source will provide information for the AWS-defined default version. If both the version and preferredVersions arguments are not configured, the data source will return the default version for the engine.
Implementation
const GetEngineVersionArgs({
this.engine,
this.parameterGroupFamily,
this.preferredVersions,
this.region,
this.version,
});