dimensionMappings

@JvmName(name = "pplmqyitpxxpeftv")
suspend fun dimensionMappings(value: Output<List<ScheduledQueryDimensionMappingArgs>>)
@JvmName(name = "hlgbawllxgnbchwh")
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 = "fhrpijgexdnjqpav")
suspend fun dimensionMappings(vararg values: Output<ScheduledQueryDimensionMappingArgs>)


@JvmName(name = "fksprfumxjdeeyvp")
suspend fun dimensionMappings(values: List<Output<ScheduledQueryDimensionMappingArgs>>)
@JvmName(name = "hftjsqqyxrvauhxm")
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 = "ydoyljalxbgecaqh")
suspend fun dimensionMappings(argument: List<suspend ScheduledQueryDimensionMappingArgsBuilder.() -> Unit>)
@JvmName(name = "fjbiosvrxqghdonx")
suspend fun dimensionMappings(vararg argument: suspend ScheduledQueryDimensionMappingArgsBuilder.() -> Unit)
@JvmName(name = "ojeqbxrhmxrosfvd")
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.