ResourcePolicySnapshotSchedulePolicyScheduleWeeklyScheduleDayOfWeekArgs

data class ResourcePolicySnapshotSchedulePolicyScheduleWeeklyScheduleDayOfWeekArgs(val day: Output<String>, val startTime: Output<String>) : ConvertibleToJava<ResourcePolicySnapshotSchedulePolicyScheduleWeeklyScheduleDayOfWeekArgs>

Constructors

constructor(day: Output<String>, startTime: Output<String>)

Properties

Link copied to clipboard
val day: Output<String>

The day of the week to create the snapshot. e.g. MONDAY Possible values are: MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY, SUNDAY.

Link copied to clipboard
val startTime: Output<String>

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

Functions

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