LogSchedulePolicyArgs

data class LogSchedulePolicyArgs(val scheduleFrequencyInMins: Output<Int>? = null, val schedulePolicyType: Output<String>) : ConvertibleToJava<LogSchedulePolicyArgs>

Log policy schedule.

Constructors

Link copied to clipboard
fun LogSchedulePolicyArgs(scheduleFrequencyInMins: Output<Int>? = null, schedulePolicyType: Output<String>)

Functions

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

Properties

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

Frequency of the log schedule operation of this policy in minutes.

Link copied to clipboard

This property will be used as the discriminator for deciding the specific types in the polymorphic chain of types. Expected value is 'LogSchedulePolicy'.