disabledDataSources

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

Parameters

value

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


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


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

Parameters

values

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