cloudProviders

@JvmName(name = "caahkmglpxmxyblv")
suspend fun cloudProviders(value: Output<List<Either<String, StandardSupportedCloud>>>)
@JvmName(name = "prgpycmqehugrsrp")
suspend fun cloudProviders(value: List<Either<String, StandardSupportedCloud>>?)

Parameters

value

List of all standard supported clouds.


@JvmName(name = "tfeisqgtsbjydnex")
suspend fun cloudProviders(vararg values: Output<Either<String, StandardSupportedCloud>>)


@JvmName(name = "iyupnvocjsynrqww")
suspend fun cloudProviders(values: List<Output<Either<String, StandardSupportedCloud>>>)
@JvmName(name = "vxljeyllwsiodgpt")
suspend fun cloudProviders(vararg values: Either<String, StandardSupportedCloud>)

Parameters

values

List of all standard supported clouds.