computeTypesAlloweds

@JvmName(name = "aapilbvsorgkrsiq")
suspend fun computeTypesAlloweds(value: Output<List<String>>)
@JvmName(name = "sgbipnqgolwdobtl")
suspend fun computeTypesAlloweds(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 AWS CodeBuild User Guide for these values.


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


@JvmName(name = "tiheymeqqhfbmrhg")
suspend fun computeTypesAlloweds(values: List<Output<String>>)
@JvmName(name = "hssgnyhhtqaigrkv")
suspend fun computeTypesAlloweds(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 AWS CodeBuild User Guide for these values.