instanceTypes property
The instances types that can be launched. You can specify instance families
to launch any instance type within those families (for example,
c5
or p3
), or you can specify specific sizes
within a family (such as c5.8xlarge
). You can also choose
optimal
to select instance types (from the C4, M4, and R4
instance families) on the fly that match the demand of your job queues.
Implementation
final List<String>? instanceTypes;