configuration

@JvmName(name = "gthxrfhqealyfqvq")
suspend fun configuration(value: Output<DataSourceConfigurationArgs>)
@JvmName(name = "fycpwhjvlgnpdlko")
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 block when the type parameter is set to CUSTOM. Detailed below.


@JvmName(name = "bnpnfdluitimcbhb")
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 block when the type parameter is set to CUSTOM. Detailed below.