Domain Matching Args
data class DomainMatchingArgs(val autoMerging: Output<DomainMatchingAutoMergingArgs>? = null, val enabled: Output<Boolean>, val exportingConfig: Output<DomainMatchingExportingConfigArgs>? = null, val jobSchedule: Output<DomainMatchingJobScheduleArgs>? = null) : ConvertibleToJava<DomainMatchingArgs>
Constructors
Link copied to clipboard
fun DomainMatchingArgs(autoMerging: Output<DomainMatchingAutoMergingArgs>? = null, enabled: Output<Boolean>, exportingConfig: Output<DomainMatchingExportingConfigArgs>? = null, jobSchedule: Output<DomainMatchingJobScheduleArgs>? = null)