alternateDataSourceParameters

@JvmName(name = "mnnkwvnhynuaibde")
suspend fun alternateDataSourceParameters(value: Output<List<DataSourceParametersArgs>>)
@JvmName(name = "hovdbrcskpcarjxh")
suspend fun alternateDataSourceParameters(value: List<DataSourceParametersArgs>?)

Parameters

value

A set of alternate data source parameters that you want to share for the credentials stored with this data source. The credentials are applied in tandem with the data source parameters when you copy a data source by using a create or update request. The API operation compares the DataSourceParameters structure that's in the request with the structures in the AlternateDataSourceParameters allow list. If the structures are an exact match, the request is allowed to use the credentials from this existing data source. If the AlternateDataSourceParameters list is null, the Credentials originally used with this DataSourceParameters are automatically allowed.


@JvmName(name = "dlqpnijvcosoaiml")
suspend fun alternateDataSourceParameters(vararg values: Output<DataSourceParametersArgs>)


@JvmName(name = "njijvnykgsuedkih")
suspend fun alternateDataSourceParameters(values: List<Output<DataSourceParametersArgs>>)
@JvmName(name = "cxoqhryuufoygsbp")
suspend fun alternateDataSourceParameters(vararg values: DataSourceParametersArgs)

Parameters

values

A set of alternate data source parameters that you want to share for the credentials stored with this data source. The credentials are applied in tandem with the data source parameters when you copy a data source by using a create or update request. The API operation compares the DataSourceParameters structure that's in the request with the structures in the AlternateDataSourceParameters allow list. If the structures are an exact match, the request is allowed to use the credentials from this existing data source. If the AlternateDataSourceParameters list is null, the Credentials originally used with this DataSourceParameters are automatically allowed.


@JvmName(name = "wllgddsvfgkmjkbu")
suspend fun alternateDataSourceParameters(argument: List<suspend DataSourceParametersArgsBuilder.() -> Unit>)
@JvmName(name = "weclevotordxldun")
suspend fun alternateDataSourceParameters(vararg argument: suspend DataSourceParametersArgsBuilder.() -> Unit)
@JvmName(name = "jtbcdjihqvgnfxce")
suspend fun alternateDataSourceParameters(argument: suspend DataSourceParametersArgsBuilder.() -> Unit)

Parameters

argument

A set of alternate data source parameters that you want to share for the credentials stored with this data source. The credentials are applied in tandem with the data source parameters when you copy a data source by using a create or update request. The API operation compares the DataSourceParameters structure that's in the request with the structures in the AlternateDataSourceParameters allow list. If the structures are an exact match, the request is allowed to use the credentials from this existing data source. If the AlternateDataSourceParameters list is null, the Credentials originally used with this DataSourceParameters are automatically allowed.