ResourcePolicyInstanceSchedulePolicyScheduleArgs

data class ResourcePolicyInstanceSchedulePolicyScheduleArgs(val schedule: Output<String>? = null) : ConvertibleToJava<ResourcePolicyInstanceSchedulePolicyScheduleArgs>

Schedule for an instance operation.

Constructors

constructor(schedule: Output<String>? = null)

Properties

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

Specifies the frequency for the operation, using the unix-cron format.

Functions

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