Mapper Policy Args
data class MapperPolicyArgs(val mode: Output<String>? = null, val recurrence: Output<MapperPolicyRecurrenceArgs>? = null) : ConvertibleToJava<MapperPolicyArgs>
CDC Policy.
Constructors
Link copied to clipboard
fun MapperPolicyArgs(mode: Output<String>? = null, recurrence: Output<MapperPolicyRecurrenceArgs>? = null)