GetOrderableDbInstanceArgs class

Arguments for getOrderableDbInstance. Arguments for getOrderableDbInstance.

Constructors

GetOrderableDbInstanceArgs({Input<String?>? engine, Input<String?>? engineVersion, Input<String?>? instanceClass, Input<String?>? licenseModel, Input<List<String>?>? preferredInstanceClasses, Input<String?>? region, Input<bool?>? vpc})
Creates a new GetOrderableDbInstanceArgs. engine DB engine. Default: docdb engineVersion Version of the DB engine. instanceClass DB instance class. Examples of classes are db.r5.12xlarge, db.r5.24xlarge, db.r5.2xlarge, db.r5.4xlarge, db.r5.large, db.r5.xlarge, and db.t3.medium. (Conflicts with preferredInstanceClasses.) licenseModel License model. Default: na preferredInstanceClasses Ordered list of preferred DocumentDB DB instance classes. 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. (Conflicts with instanceClass.) region Region where this resource will be managed. Defaults to the Region set in the provider configuration. vpc Enable to show only VPC.
const
GetOrderableDbInstanceArgs.fromMap(Map<String, dynamic> map)
factory

Properties

engine → Input<String?>?
DB engine. Default: docdb
final
engineVersion → Input<String?>?
Version of the DB engine.
final
hashCode int
The hash code for this object.
no setterinherited
instanceClass → Input<String?>?
DB instance class. Examples of classes are db.r5.12xlarge, db.r5.24xlarge, db.r5.2xlarge, db.r5.4xlarge, db.r5.large, db.r5.xlarge, and db.t3.medium. (Conflicts with preferredInstanceClasses.)
final
licenseModel → Input<String?>?
License model. Default: na
final
preferredInstanceClasses → Input<List<String>?>?
Ordered list of preferred DocumentDB DB instance classes. 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. (Conflicts with instanceClass.)
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
vpc → Input<bool?>?
Enable to show only VPC.
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