GetOrderableDbInstanceArgs class
Arguments for getOrderableDbInstance. Arguments for getOrderableDbInstance.
Constructors
-
GetOrderableDbInstanceArgs({Input<
String?> ? engine, Input<String?> ? engineVersion, Input<String?> ? instanceClass, Input<String?> ? licenseModel, Input<List< ? preferredInstanceClasses, Input<String> ?>String?> ? region, Input<bool?> ? vpc}) -
Creates a new GetOrderableDbInstanceArgs.
engineDB engine. Default:docdbengineVersionVersion of the DB engine.instanceClassDB instance class. Examples of classes aredb.r5.12xlarge,db.r5.24xlarge,db.r5.2xlarge,db.r5.4xlarge,db.r5.large,db.r5.xlarge, anddb.t3.medium. (Conflicts withpreferredInstanceClasses.)licenseModelLicense model. Default:napreferredInstanceClassesOrdered 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 withinstanceClass.)regionRegion where this resource will be managed. Defaults to the Region set in the provider configuration.vpcEnable to show only VPC.const -
GetOrderableDbInstanceArgs.fromMap(Map<
String, dynamic> map) -
factory
Properties
-
engine
→ Input<
String?> ? -
DB engine. Default:
docdbfinal -
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, anddb.t3.medium. (Conflicts withpreferredInstanceClasses.)final -
licenseModel
→ Input<
String?> ? -
License model. Default:
nafinal -
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