attributeReferences

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


@JvmName(name = "tlwiynfefjpsorud")
suspend fun attributeReferences(values: List<Output<MapperAttributeReferenceArgs>>)
@JvmName(name = "xadonjqipsyipceq")
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 = "kralxjjmtdpyonwv")
suspend fun attributeReferences(argument: List<suspend MapperAttributeReferenceArgsBuilder.() -> Unit>)
@JvmName(name = "fhxkvpttkwmysvgf")
suspend fun attributeReferences(vararg argument: suspend MapperAttributeReferenceArgsBuilder.() -> Unit)
@JvmName(name = "lhnuwfqwwlgxrift")
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.