disabledDataSources

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

Parameters

value

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


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


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

Parameters

values

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