disabledDataSources

@JvmName(name = "ngiducdwkevcdipy")
suspend fun disabledDataSources(value: Output<List<Either<String, DataSource>>>)
@JvmName(name = "vucpxoyfpdqobjlm")
suspend fun disabledDataSources(value: List<Either<String, DataSource>>?)

Parameters

value

Disabled data sources. Disabling these data sources compromises the system.


@JvmName(name = "lqaogkfrliqxhcie")
suspend fun disabledDataSources(vararg values: Output<Either<String, DataSource>>)


@JvmName(name = "ukerviqkvrniminr")
suspend fun disabledDataSources(values: List<Output<Either<String, DataSource>>>)
@JvmName(name = "immysgihbnbkqspd")
suspend fun disabledDataSources(vararg values: Either<String, DataSource>)

Parameters

values

Disabled data sources. Disabling these data sources compromises the system.