ResourcePolicyHourlyCycleArgs

data class ResourcePolicyHourlyCycleArgs(val hoursInCycle: Output<Int>? = null, val startTime: Output<String>? = null) : ConvertibleToJava<ResourcePolicyHourlyCycleArgs>

Time window specified for hourly operations.

Constructors

Link copied to clipboard
fun ResourcePolicyHourlyCycleArgs(hoursInCycle: Output<Int>? = null, startTime: Output<String>? = null)

Functions

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

Properties

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

Defines a schedule with units measured in hours. The value determines how many hours pass between the start of each cycle.

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

Time within the window to start the operations. It must be in format "HH:MM", where HH : 00-23 and MM : 00-00 GMT.