configuration

@JvmName(name = "plionvtjkrkiujfk")
suspend fun configuration(value: Output<DataSourceConfigurationArgs>)
@JvmName(name = "aprmpgtgxuuxflaa")
suspend fun configuration(value: DataSourceConfigurationArgs?)

Parameters

value

A block with the configuration information to connect to your Data Source repository. You can't specify the configuration argument when the type parameter is set to CUSTOM. Detailed below.


@JvmName(name = "lnrtrtueppyqbqbt")
suspend fun configuration(argument: suspend DataSourceConfigurationArgsBuilder.() -> Unit)

Parameters

argument

A block with the configuration information to connect to your Data Source repository. You can't specify the configuration argument when the type parameter is set to CUSTOM. Detailed below.