targetPlatforms

@JvmName(name = "pdjctkkpcsvkkvak")
suspend fun targetPlatforms(value: Output<List<String>>)
@JvmName(name = "akovvmfncshlqnea")
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 = "hhyeryaltwqtyohc")
suspend fun targetPlatforms(vararg values: Output<String>)


@JvmName(name = "wmjogqasrrcfhpnv")
suspend fun targetPlatforms(values: List<Output<String>>)
@JvmName(name = "pfpsetydkulqosaw")
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.