computeTypesAllowed

@JvmName(name = "jqkuljrunjbwryfd")
suspend fun computeTypesAllowed(value: Output<List<String>>)
@JvmName(name = "hrqgtqmtfmkibyyt")
suspend fun computeTypesAllowed(value: List<String>?)

Parameters

value

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


@JvmName(name = "lrpoimgfnkjhfgkc")
suspend fun computeTypesAllowed(vararg values: Output<String>)


@JvmName(name = "yevaxmtpsseupvdf")
suspend fun computeTypesAllowed(values: List<Output<String>>)
@JvmName(name = "qcssetavkefttkyh")
suspend fun computeTypesAllowed(vararg values: String)

Parameters

values

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