DiJobTableMappingArgs

data class DiJobTableMappingArgs(val sourceObjectSelectionRules: Output<List<DiJobTableMappingSourceObjectSelectionRuleArgs>>? = null, val transformationRules: Output<List<DiJobTableMappingTransformationRuleArgs>>? = null) : ConvertibleToJava<DiJobTableMappingArgs>

Constructors

Link copied to clipboard
constructor(sourceObjectSelectionRules: Output<List<DiJobTableMappingSourceObjectSelectionRuleArgs>>? = null, transformationRules: Output<List<DiJobTableMappingTransformationRuleArgs>>? = null)

Properties

Link copied to clipboard

Each rule can select different types of source objects to be synchronized, such as source database and source data table. See source_object_selection_rules below.

Link copied to clipboard

A list of conversion rule definitions for a synchronization object. Each element in the list defines a conversion rule. See transformation_rules below.

Functions

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