attributeReferences

@JvmName(name = "wkcstcfsxuylvxuk")
suspend fun attributeReferences(value: Output<List<MapperAttributeReferenceArgs>>)
@JvmName(name = "tbdtaanysqtdfyvt")
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 = "xkfutuutvbelwswb")
suspend fun attributeReferences(vararg values: Output<MapperAttributeReferenceArgs>)


@JvmName(name = "rvbcpmnrhtyemwyo")
suspend fun attributeReferences(values: List<Output<MapperAttributeReferenceArgs>>)
@JvmName(name = "xvallgnkpmsvoyrt")
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 = "mhjawodxdupbteaa")
suspend fun attributeReferences(argument: List<suspend MapperAttributeReferenceArgsBuilder.() -> Unit>)
@JvmName(name = "tbbenhkbvernmims")
suspend fun attributeReferences(vararg argument: suspend MapperAttributeReferenceArgsBuilder.() -> Unit)
@JvmName(name = "gxmutmnkdojrmwkw")
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.