FieldMappingArgs

data class FieldMappingArgs(val columnName: Output<String>? = null, val identifier: Output<String>? = null) : ConvertibleToJava<FieldMappingArgs>

A single field mapping of the mapped entity

Constructors

Link copied to clipboard
fun FieldMappingArgs(columnName: Output<String>? = null, identifier: Output<String>? = null)

Functions

Link copied to clipboard
open override fun toJava(): FieldMappingArgs

Properties

Link copied to clipboard
val columnName: Output<String>? = null

the column name to be mapped to the identifier

Link copied to clipboard
val identifier: Output<String>? = null

the V3 identifier of the entity