GetEngineVersionArgs class
Arguments for getEngineVersion. Arguments for getEngineVersion.
Constructors
-
GetEngineVersionArgs({Input<
String?> ? engine, Input<String?> ? parameterGroupFamily, Input<List< ? preferredVersions, Input<String> ?>String?> ? region, Input<String?> ? version}) -
Creates a new GetEngineVersionArgs.
engineDB engine. (Default:docdb)parameterGroupFamilyName of a specific DB parameter group family. An example parameter group family isdocdb3.6.preferredVersionsOrdered 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 theversionandpreferredVersionsarguments are not configured, the data source will return the default version for the engine.regionRegion where this resource will be managed. Defaults to the Region set in the provider configuration.versionVersion of the DB engine. For example,3.6.0. IfversionandpreferredVersionsare not set, the data source will provide information for the AWS-defined default version. If both theversionandpreferredVersionsarguments are not configured, the data source will return the default version for the engine.const -
GetEngineVersionArgs.fromMap(Map<
String, dynamic> map) -
factory
Properties
-
engine
→ Input<
String?> ? -
DB engine. (Default:
docdb)final - hashCode → int
-
The hash code for this object.
no setterinherited
-
parameterGroupFamily
→ Input<
String?> ? -
Name of a specific DB parameter group family. An example parameter group family is
docdb3.6.final -
preferredVersions
→ Input<
List< ?String> ?> -
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
versionandpreferredVersionsarguments are not configured, the data source will return the default version for the engine.final -
region
→ Input<
String?> ? -
Region where this resource will be managed. Defaults to the Region set in the provider configuration.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
version
→ Input<
String?> ? -
Version of the DB engine. For example,
3.6.0. IfversionandpreferredVersionsare not set, the data source will provide information for the AWS-defined default version. If both theversionandpreferredVersionsarguments are not configured, the data source will return the default version for the engine.final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited