dimensionMappings

@JvmName(name = "knakkhkvvfijlftq")
suspend fun dimensionMappings(value: Output<List<ScheduledQueryDimensionMappingArgs>>)
@JvmName(name = "tkkgrwhmuukotdbv")
suspend fun dimensionMappings(value: List<ScheduledQueryDimensionMappingArgs>)

Parameters

value

This is to allow mapping column(s) from the query result to the dimension in the destination table.


@JvmName(name = "mwdnqbssundgfcwu")
suspend fun dimensionMappings(vararg values: Output<ScheduledQueryDimensionMappingArgs>)


@JvmName(name = "jkubjapffxigmehp")
suspend fun dimensionMappings(values: List<Output<ScheduledQueryDimensionMappingArgs>>)
@JvmName(name = "xlgilmooanfqyffn")
suspend fun dimensionMappings(vararg values: ScheduledQueryDimensionMappingArgs)

Parameters

values

This is to allow mapping column(s) from the query result to the dimension in the destination table.


@JvmName(name = "uvibeiwhmwapxxft")
suspend fun dimensionMappings(argument: List<suspend ScheduledQueryDimensionMappingArgsBuilder.() -> Unit>)
@JvmName(name = "mxwmshhjyswsyndp")
suspend fun dimensionMappings(vararg argument: suspend ScheduledQueryDimensionMappingArgsBuilder.() -> Unit)
@JvmName(name = "vkkddjibrshhamrj")
suspend fun dimensionMappings(argument: suspend ScheduledQueryDimensionMappingArgsBuilder.() -> Unit)

Parameters

argument

This is to allow mapping column(s) from the query result to the dimension in the destination table.