attributeReferences

@JvmName(name = "lcejjlhatgivhsbu")
suspend fun attributeReferences(value: Output<List<MapperAttributeReferenceArgs>>)
@JvmName(name = "tdhyolmaxtpvgltg")
suspend fun attributeReferences(value: List<MapperAttributeReferenceArgs>?)

Parameters

value

List of references for source columns. It is used for 'Derived' and 'Aggregate' type mappings only.


@JvmName(name = "ofsbyihtyvrvfcip")
suspend fun attributeReferences(vararg values: Output<MapperAttributeReferenceArgs>)


@JvmName(name = "loupabkkjtgtcops")
suspend fun attributeReferences(values: List<Output<MapperAttributeReferenceArgs>>)
@JvmName(name = "hycsasdigrsrnwfu")
suspend fun attributeReferences(vararg values: MapperAttributeReferenceArgs)

Parameters

values

List of references for source columns. It is used for 'Derived' and 'Aggregate' type mappings only.


@JvmName(name = "gsnqmagtlbswirfn")
suspend fun attributeReferences(argument: List<suspend MapperAttributeReferenceArgsBuilder.() -> Unit>)
@JvmName(name = "tmquervxlhmiljse")
suspend fun attributeReferences(vararg argument: suspend MapperAttributeReferenceArgsBuilder.() -> Unit)
@JvmName(name = "jpcswtnbplbqpouy")
suspend fun attributeReferences(argument: suspend MapperAttributeReferenceArgsBuilder.() -> Unit)

Parameters

argument

List of references for source columns. It is used for 'Derived' and 'Aggregate' type mappings only.