Di Job Table Mapping Args
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
val sourceObjectSelectionRules: Output<List<DiJobTableMappingSourceObjectSelectionRuleArgs>>? = null
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.