MapperPolicyRecurrenceArgs

data class MapperPolicyRecurrenceArgs(val frequency: Output<Either<String, FrequencyType>>? = null, val interval: Output<Int>? = null) : ConvertibleToJava<MapperPolicyRecurrenceArgs>

CDC policy recurrence details.

Constructors

Link copied to clipboard
constructor(frequency: Output<Either<String, FrequencyType>>? = null, interval: Output<Int>? = null)

Properties

Link copied to clipboard
val frequency: Output<Either<String, FrequencyType>>? = null

Frequency of period in terms of 'Hour', 'Minute' or 'Second'.

Link copied to clipboard
val interval: Output<Int>? = null

Actual interval value as per chosen frequency.

Functions

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