attributeReferences

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


@JvmName(name = "wpaovhovgrhhucuj")
suspend fun attributeReferences(values: List<Output<MapperAttributeReferenceArgs>>)
@JvmName(name = "meuvqvulpwvpsbsh")
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 = "ssyckqcwvwjagmfu")
suspend fun attributeReferences(argument: List<suspend MapperAttributeReferenceArgsBuilder.() -> Unit>)
@JvmName(name = "sgkwvbhyoeucwgly")
suspend fun attributeReferences(vararg argument: suspend MapperAttributeReferenceArgsBuilder.() -> Unit)
@JvmName(name = "shacydnpvspfydeo")
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.