preferredInstanceTypes property

Input<List<String>?>? preferredInstanceTypes
final

Ordered list of preferred EC2 Instance Types. 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.

Implementation

final pulumi.Input<List<String>?>? preferredInstanceTypes;