computeTypesAllowed property

List<String>? computeTypesAllowed
final

An array of strings that specify the compute types that are allowed for the batch build. See Build environment compute types in the AWS CodeBuild User Guide for these values.

Implementation

final List<String>? computeTypesAllowed;