targetPlatforms

@JvmName(name = "awadapujtfwfpmlo")
suspend fun targetPlatforms(value: Output<List<String>>)
@JvmName(name = "rmayehmgjrafrotb")
suspend fun targetPlatforms(value: List<String>?)

Parameters

value

Set of Cloud Platforms targeted by the scan. If empty, APP_ENGINE will be used as a default. Each value may be one of: APP_ENGINE, COMPUTE.


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


@JvmName(name = "bjujdsegmsnlfibt")
suspend fun targetPlatforms(values: List<Output<String>>)
@JvmName(name = "otdrghyaecoqaapp")
suspend fun targetPlatforms(vararg values: String)

Parameters

values

Set of Cloud Platforms targeted by the scan. If empty, APP_ENGINE will be used as a default. Each value may be one of: APP_ENGINE, COMPUTE.