MapperPolicyArgs

data class MapperPolicyArgs(val mode: Output<String>? = null, val recurrence: Output<MapperPolicyRecurrenceArgs>? = null) : ConvertibleToJava<MapperPolicyArgs>

CDC Policy.

Constructors

Link copied to clipboard
constructor(mode: Output<String>? = null, recurrence: Output<MapperPolicyRecurrenceArgs>? = null)

Properties

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

Mode of running the CDC: batch vs continuous.

Link copied to clipboard

Defines the frequency and interval for running the CDC for batch mode.

Functions

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