attributeReferences

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


@JvmName(name = "atmmdntdmjeviwvr")
suspend fun attributeReferences(values: List<Output<MapperAttributeReferenceArgs>>)
@JvmName(name = "mtvivpypqahwbojg")
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 = "jtyjwswtvjqmxwey")
suspend fun attributeReferences(argument: List<suspend MapperAttributeReferenceArgsBuilder.() -> Unit>)
@JvmName(name = "dfucpiseqqkedvvo")
suspend fun attributeReferences(vararg argument: suspend MapperAttributeReferenceArgsBuilder.() -> Unit)
@JvmName(name = "uxaqddlurlcqddqm")
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.